From 88ae50f75f8606269269bbf3d8239893befdb0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:26:09 +0200 Subject: view: rename view_cursors_prev --- view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view.c') diff --git a/view.c b/view.c index 0f5a599..3b20123 100644 --- a/view.c +++ b/view.c @@ -1063,7 +1063,7 @@ void view_selections_primary_set(Cursor *c) { c->view->cursor = c; } -Cursor *view_cursors_prev(Cursor *c) { +Cursor *view_selections_prev(Cursor *c) { View *view = c->view; for (c = c->prev; c; c = c->prev) { if (c->generation != view->cursor_generation) -- cgit v1.2.3