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 1b2928e..5c5a574 100644
--- a/view.c
+++ b/view.c
@@ -1178,7 +1178,7 @@ void view_selections_flip(Cursor *s) {
view_cursors_to(s, text_mark_get(s->view->text, s->cursor));
}
-bool view_selection_anchored(Selection *s) {
+bool view_selections_anchored(Selection *s) {
return s->anchored;
}