Variable: evil-called-from-ex-p
evil-called-from-ex-p is a variable defined in evil-vars.el.
Value
nil
Documentation
Non-nil if a command is currently being called as an Ex command.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-called-from-ex-p nil
"Non-nil if a command is currently being called as an Ex command.")