Skip to content

Commit ac620be

Browse files
committed
Use regular end-of-visual-line in evil-append-line
Fixes #1964
1 parent ad3e95f commit ac620be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: evil-commands.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -2888,7 +2888,7 @@ next VCOUNT - 1 lines below the current one."
28882888
(interactive "p")
28892889
(if (and visual-line-mode
28902890
evil-respect-visual-line-mode)
2891-
(evil-end-of-visual-line)
2891+
(end-of-visual-line)
28922892
(evil-move-end-of-line))
28932893
(setq evil-insert-count count
28942894
evil-insert-lines nil

0 commit comments

Comments
 (0)