Skip to content

Commit 1cca61c

Browse files
committed
fix(evil): repeat last command "." fix
1 parent 833b03d commit 1cca61c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/me-evil.el

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

0 commit comments

Comments
 (0)