diff options
| author | Georgi Kirilov <in.the@repo> | 2020-02-01 18:49:57 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-02-07 10:56:37 +0100 |
| commit | ab3c6136638d026946e66e4822b2cd061611bac6 (patch) | |
| tree | 4812d9cf6692f284ab4a7ae9797b3f1424c23fa2 | |
| parent | b87a64ec90ced056b96b1833477bc3253f393531 (diff) | |
| download | vis-ab3c6136638d026946e66e4822b2cd061611bac6.tar.gz vis-ab3c6136638d026946e66e4822b2cd061611bac6.tar.xz | |
vis: restore mode when dot-repeating
| -rw-r--r-- | vis.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1529,6 +1529,7 @@ void vis_repeat(Vis *vis) { else count = vis->action_prev.count; vis->action = vis->action_prev; + vis_mode_switch(vis, VIS_MODE_OPERATOR_PENDING); vis_do(vis); if (macro) { Mode *mode = vis->mode; |
