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