aboutsummaryrefslogtreecommitdiff
path: root/vis-operators.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis-operators.c')
-rw-r--r--vis-operators.c2
1 files changed, 1 insertions, 1 deletions
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;
}