Function: evil-ex-hl-active-p
evil-ex-hl-active-p is a byte-compiled function defined in
evil-search.el.
Signature
(evil-ex-hl-active-p NAME)
Documentation
Whether the highlight with a certain NAME is active.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-search.el
(defun evil-ex-hl-active-p (name)
"Whether the highlight with a certain NAME is active."
(and (assq name evil-ex-active-highlights-alist) t))