Function: evil-operator-state-p
evil-operator-state-p is a byte-compiled function defined in
evil-states.el.
Signature
(evil-operator-state-p &optional STATE)
Documentation
Whether the current state is Operator-Pending state.
(That is, whether evil-state is operator.)
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-states.el
;;; Operator-Pending state
(evil-define-state operator
"Operator-Pending state."
:tag " <O> "
:cursor evil-half-cursor
:enable (evil-operator-shortcut-map operator motion normal))