aboutsummaryrefslogtreecommitdiff
path: root/evil-commands.el
diff options
context:
space:
mode:
Diffstat (limited to 'evil-commands.el')
-rw-r--r--evil-commands.el1
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)