From b8238266e4c6961fbdcc635a86809b5687db99da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:18:34 +0200 Subject: view: rename view_cursors_selection_swap --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') 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; } -- cgit v1.2.3