diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-06-12 18:10:05 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-06-15 15:51:42 +0200 |
| commit | 948efb8e624c4488db00ba20ab58652212a091d7 (patch) | |
| tree | 5e7ff7a47afdb4aed89d4765cd60dcb5d5291afd /main.c | |
| parent | e00d1426ead5742a91bf3bccae920509ff21acb0 (diff) | |
| download | vis-948efb8e624c4488db00ba20ab58652212a091d7.tar.gz vis-948efb8e624c4488db00ba20ab58652212a091d7.tar.xz | |
view: rename view_cursors_clear
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1346,7 +1346,7 @@ static const char *cursors_align_indent(Vis *vis, const char *keys, const Arg *a static const char *cursors_clear(Vis *vis, const char *keys, const Arg *arg) { View *view = vis_view(vis); if (view_cursors_count(view) > 1) - view_cursors_clear(view); + view_selections_dispose_all(view); else view_cursors_selection_clear(view_cursors_primary_get(view)); return keys; |
