Function: which-key--evil-operator-filter

which-key--evil-operator-filter is a byte-compiled function defined in which-key.el.gz.

Signature

(which-key--evil-operator-filter BINDING)

Source Code

;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defun which-key--evil-operator-filter (binding)
  (let ((def (intern (cdr binding))))
    (and (functionp def)
         (not (evil-get-command-property def :suppress-operator)))))