Variable: evil--ex-shell-argument-initialized

evil--ex-shell-argument-initialized is a buffer-local variable defined in evil-ex.el.

Documentation

This variable is set to t if shell command completion has been initialized.

See evil-ex-init-shell-argument-completion.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-ex.el
(defvar-local evil--ex-shell-argument-initialized nil
  "This variable is set to t if shell command completion has been initialized.
See `evil-ex-init-shell-argument-completion'.")