Function: evil-ex-hl-do-update-highlight

evil-ex-hl-do-update-highlight is a byte-compiled function defined in evil-search.el.

Signature

(evil-ex-hl-do-update-highlight &optional BUFFER)

Documentation

Timer function for updating the highlights.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-search.el
(defun evil-ex-hl-do-update-highlight (&optional buffer)
  "Timer function for updating the highlights."
  (when (buffer-live-p buffer)
    (with-current-buffer buffer
      (evil-ex-hl-update-highlights)))
  (setq evil-ex-hl-update-timer nil))