aboutsummaryrefslogtreecommitdiff
path: root/sam.c
diff options
context:
space:
mode:
Diffstat (limited to 'sam.c')
-rw-r--r--sam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sam.c b/sam.c
index 0824df4..0becb66 100644
--- a/sam.c
+++ b/sam.c
@@ -1239,7 +1239,7 @@ enum SamError sam_cmd(Vis *vis, const char *s) {
view_selections_primary_set(view_cursors(vis->win->view));
bool completed = true;
for (Cursor *c = view_cursors(vis->win->view); c; c = view_selections_next(c)) {
- if (view_selection_anchored(c)) {
+ if (view_selections_anchored(c)) {
completed = false;
break;
}