Function: evil-has-command-property-p
evil-has-command-property-p is a byte-compiled function defined in
evil-common.el.
Signature
(evil-has-command-property-p COMMAND PROPERTY)
Documentation
Whether COMMAND has Evil PROPERTY.
See also evil-has-command-properties-p.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-common.el
(defun evil-has-command-property-p (command property)
"Whether COMMAND has Evil PROPERTY.
See also `evil-has-command-properties-p'."
(plist-member (evil-command-properties command) property))