Variable: evil-ex-initial-input
evil-ex-initial-input is a variable defined in evil-vars.el.
Value
nil
Documentation
Additional initial content of the Ex command line.
This content of this variable is appended to the Ex command line when Ex is started interactively.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-ex-initial-input nil
"Additional initial content of the Ex command line.
This content of this variable is appended to the Ex command line
when Ex is started interactively.")