From 1a6f5086400d164178016784aac12114934c8245 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 28 Jul 2020 15:36:51 -0400 Subject: [PATCH] Fix #3504: evil-ex-substitute-global = nil --- modules/editor/evil/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/editor/evil/config.el b/modules/editor/evil/config.el index a773022d0..d48188cef 100644 --- a/modules/editor/evil/config.el +++ b/modules/editor/evil/config.el @@ -32,7 +32,6 @@ directives. By default, this only recognizes C directives.") :preface (setq evil-want-visual-char-semi-exclusive t evil-ex-search-vim-style-regexp t - evil-ex-substitute-global t evil-ex-visual-char-range t ; column range for ex commands evil-mode-line-format 'nil ;; more vim-like behavior