Function: evil-yank-handler

evil-yank-handler is a byte-compiled function defined in evil-common.el.

Signature

(evil-yank-handler &optional MOTION)

Documentation

Return the yank handler for MOTION.

MOTION defaults to the current motion.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-common.el
(defun evil-yank-handler (&optional motion)
  "Return the yank handler for MOTION.
MOTION defaults to the current motion."
  (evil-get-command-property (or motion evil-this-motion) :yank-handler))