From e7717eb977142b6cb3b05e04c8623d39b7bac102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:07:11 +0200 Subject: view: rename view_cursors_new --- vis-operators.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis-operators.c') diff --git a/vis-operators.c b/vis-operators.c index bce91ad..38dfbae 100644 --- a/vis-operators.c +++ b/vis-operators.c @@ -190,7 +190,7 @@ static size_t op_cursor(Vis *vis, Text *txt, OperatorContext *c) { pos = text_line_finish(txt, line); else pos = text_line_start(txt, line); - view_cursors_new_force(view, pos); + view_selections_new_force(view, pos); } return EPOS; } -- cgit v1.2.3