Function: evil-next-match
evil-next-match is an interactive and byte-compiled function defined
in evil-commands.el.
Signature
(evil-next-match &optional COUNT BEG END TYPE)
Documentation
Select next match.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-text-object evil-next-match (count &optional _beg _end _type)
"Select next match."
:extend-selection t
(evil-match 'forward count))