Variable: evil-ex-hl-update-delay
evil-ex-hl-update-delay is a customizable variable defined in
evil-vars.el.
Value
0.02
Documentation
Time in seconds of idle before updating search highlighting.
Setting this to a period shorter than that of keyboard's repeat rate allows highlights to update while scrolling.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defcustom evil-ex-hl-update-delay 0.02
"Time in seconds of idle before updating search highlighting.
Setting this to a period shorter than that of keyboard's repeat
rate allows highlights to update while scrolling."
:type 'number
:group 'evil)