Function: evil-ex-hl-update-highlights-scroll

evil-ex-hl-update-highlights-scroll is a byte-compiled function defined in evil-search.el.

Signature

(evil-ex-hl-update-highlights-scroll WIN BEG)

Documentation

Update highlights after scrolling in some window.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-search.el
(defun evil-ex-hl-update-highlights-scroll (win _beg)
  "Update highlights after scrolling in some window."
  (with-current-buffer (window-buffer win)
    (evil-ex-hl-idle-update)))