aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index ab3016a..2a51458 100644
--- a/main.c
+++ b/main.c
@@ -1661,7 +1661,7 @@ static const char *textobj(Vis *vis, const char *keys, const Arg *arg) {
static const char *selection_end(Vis *vis, const char *keys, const Arg *arg) {
for (Cursor *c = view_cursors(vis_view(vis)); c; c = view_cursors_next(c))
- view_cursors_selection_swap(c);
+ view_selections_flip(c);
return keys;
}