diff options
Diffstat (limited to 'vis-operators.c')
| -rw-r--r-- | vis-operators.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
