Function: evil-ex-search-next
evil-ex-search-next is an interactive and byte-compiled function
defined in evil-commands.el.
Signature
(evil-ex-search-next &optional COUNT)
Documentation
Go to the next occurrence.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-commands.el
(evil-define-motion evil-ex-search-next (count)
"Go to the next occurrence."
:jump t
:type exclusive
(evil-ex-search count))