Variable: evil-visual-overlay

evil-visual-overlay is a buffer-local variable defined in evil-vars.el.

Documentation

Overlay for highlighting the Visual selection.

Not used for blockwise selections, in which case see evil-visual-block-overlays.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(evil-define-local-var evil-visual-overlay nil
  "Overlay for highlighting the Visual selection.
Not used for blockwise selections, in which case
see `evil-visual-block-overlays'.")