diff options
Diffstat (limited to 'vis.c')
| -rw-r--r-- | vis.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -984,10 +984,14 @@ void vis_do(Vis *vis) { if (vis->mode->visual) view_selections_save(sel); view_cursors_to(sel, pos); + if (vis->mode->visual) + view_selection_clear(sel); } } } + view_selections_normalize(view); + if (a->op) { if (a->op == &vis_operators[VIS_OP_YANK] || |
