Variable: evil-inhibit-operator

evil-inhibit-operator is a variable defined in evil-vars.el.

Value

nil

Documentation

Inhibit current operator.

If an operator calls a motion and the motion sets this variable to t, the operator code is not executed.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-inhibit-operator nil
  "Inhibit current operator.
If an operator calls a motion and the motion sets this variable
to t, the operator code is not executed.")