diff options
Diffstat (limited to 'evil-commands.el')
| -rw-r--r-- | evil-commands.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-commands.el b/evil-commands.el index 6ae1a45..d11875b 100644 --- a/evil-commands.el +++ b/evil-commands.el @@ -2301,6 +2301,7 @@ the lines." (evil-insert count vcount skip-empty-lines))) (t (evil-visual-rotate 'lower-right) + (backward-char) (evil-append count))) (unless (eolp) (forward-char)) (evil-insert count vcount skip-empty-lines) |
