diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-06-12 18:30:41 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-06-15 15:51:43 +0200 |
| commit | fcb47fc938ac36e14565e60b9138c59ea9c67658 (patch) | |
| tree | 5bb3b224103f61dbd9c0820bbd2d8f2819c5d99d /sam.c | |
| parent | 08d7d23f7d27e253947ecd2bfa6334f0fdbe3ea5 (diff) | |
| download | vis-fcb47fc938ac36e14565e60b9138c59ea9c67658.tar.gz vis-fcb47fc938ac36e14565e60b9138c59ea9c67658.tar.xz | |
view: rename view_selection_anchored
Diffstat (limited to 'sam.c')
| -rw-r--r-- | sam.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
