From 6c2b9033cfb1a82275871b2800c5ef1e4cf877a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 13 Apr 2016 17:17:14 +0200 Subject: Use view_cursors_new_force where appropriate Close #263 --- 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 5fb33b1..aceb3d1 100644 --- a/vis-operators.c +++ b/vis-operators.c @@ -176,7 +176,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(view, pos); + view_cursors_new_force(view, pos); } return EPOS; } -- cgit v1.2.3