Function: evil-ex-nohighlight
evil-ex-nohighlight is an interactive and byte-compiled function
defined in evil-search.el.
Signature
(evil-ex-nohighlight)
Documentation
Disable the active search highlightings.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-search.el
(defun evil-ex-nohighlight ()
"Disable the active search highlightings."
(interactive)
(evil-ex-delete-hl 'evil-ex-substitute)
(evil-ex-delete-hl 'evil-ex-search))