Variable: evil-ex-substitute-highlight-all
evil-ex-substitute-highlight-all is a customizable variable defined in
evil-vars.el.
Value
t
Documentation
If t all matches for the substitute pattern are highlighted.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-ex-substitute-highlight-all t
"If t all matches for the substitute pattern are highlighted."
:type 'boolean
:group 'evil)