aboutsummaryrefslogtreecommitdiff
path: root/vis-operators.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-06-12 18:07:11 +0200
committerMarc André Tanner <mat@brain-dump.org>2017-06-15 15:51:42 +0200
commite7717eb977142b6cb3b05e04c8623d39b7bac102 (patch)
tree4bdc26ec286858c668665b5f11970247c27dd01b /vis-operators.c
parent318837f379d848a0ee431d25c15033a251433a33 (diff)
downloadvis-e7717eb977142b6cb3b05e04c8623d39b7bac102.tar.gz
vis-e7717eb977142b6cb3b05e04c8623d39b7bac102.tar.xz
view: rename view_cursors_new
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 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;
}