Skip to content

Commit 672f31c

Browse files
committed
fix(evil): respect visual-line-mode
1 parent 2ea7834 commit 672f31c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/me-evil.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
(evil-split-window-below t)
2323
(evil-vsplit-window-right t)
2424
(evil-kill-on-visual-paste nil)
25-
;; BUG: setting this to t triggers errors on pressing . to repeat command
26-
(evil-respect-visual-line-mode nil)
25+
(evil-respect-visual-line-mode t)
2726
(evil-ex-interactive-search-highlight 'selected-window)
2827
:config
2928
(+map!

0 commit comments

Comments
 (0)