aboutsummaryrefslogtreecommitdiff
path: root/evil-commands.el
diff options
context:
space:
mode:
authordenin <dvzubarev@yandex.ru>2017-02-05 18:45:20 +0300
committerEivind Fonn <evfonn@gmail.com>2018-09-14 14:16:33 +0200
commit6fde982d731e2cc4e5f6bded6f8955ab2daee3b7 (patch)
tree5c9f04270b903cadcc1d4df3c95fe502a44ba929 /evil-commands.el
parentc1189d36159ddf9c4d600164f166bc1a12644305 (diff)
fix for append from visual state
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)