aboutsummaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
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)