Function: evil-ex-print
evil-ex-print is an interactive and byte-compiled function defined in
evil-commands.el.
Signature
(evil-ex-print BEG END &optional COUNT)
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-command evil-ex-print (beg end &optional count)
(interactive "<r><a>")
(evil--ex-print beg end count))