diff options
Diffstat (limited to 'view.c')
| -rw-r--r-- | view.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
