Variable: evil-inhibit-operator-value
evil-inhibit-operator-value is a variable defined in evil-vars.el.
Value
nil
Documentation
This variable is used to transfer the value
of evil-inhibit-operator from one local scope to another.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-inhibit-operator-value nil
"This variable is used to transfer the value
of `evil-inhibit-operator' from one local scope to another.")