From fcb47fc938ac36e14565e60b9138c59ea9c67658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 12 Jun 2017 18:30:41 +0200 Subject: view: rename view_selection_anchored --- sam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sam.c') 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; } -- cgit v1.2.3