From 437c33a8b20aabfd742e5e3a5d12a6b904db008f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 29 Apr 2021 18:17:00 -0400 Subject: [PATCH] Fix #4949: evil-want-visual-char-semi-exclusive = nil This setting is _old_. Why it was set has been long forgotten, so I will revert it to its default value of nil (which also fixes #4949). --- modules/editor/evil/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/editor/evil/config.el b/modules/editor/evil/config.el index 6354dc605..34c1cc6ab 100644 --- a/modules/editor/evil/config.el +++ b/modules/editor/evil/config.el @@ -33,8 +33,7 @@ directives. By default, this only recognizes C directives.") :hook (doom-init-modules . evil-mode) :demand t :preface - (setq evil-want-visual-char-semi-exclusive t - evil-ex-search-vim-style-regexp t + (setq evil-ex-search-vim-style-regexp t evil-ex-visual-char-range t ; column range for ex commands evil-mode-line-format 'nil ;; more vim-like behavior