Variable: evil-ex-substitute-interactive-replace

evil-ex-substitute-interactive-replace is a customizable variable defined in evil-vars.el.

Value

t

Documentation

If t and substitute patterns are highlighted, the replacement is shown interactively.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-ex-substitute-interactive-replace t
  "If t and substitute patterns are highlighted,
the replacement is shown interactively."
  :type 'boolean
  :group 'evil)