Variable: evil--ex-global-active-p

evil--ex-global-active-p is a variable defined in evil-vars.el.

Value

nil

Documentation

If the :global command is running.

Used to change the behaviour of certain commands like :print.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil--ex-global-active-p nil
  "If the :global command is running.
Used to change the behaviour of certain commands like :print.")