Function: evil-a-back-quote
evil-a-back-quote is an interactive and byte-compiled function defined
in evil-commands.el.
Signature
(evil-a-back-quote &optional COUNT BEG END TYPE)
Documentation
Select a back-quoted expression.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-text-object evil-a-back-quote (count &optional beg end _type)
"Select a back-quoted expression."
:extend-selection t
(evil-select-quote ?\` beg end type count t))