Variable: evil-prev-visual-selection

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

Documentation

The previous kind of Visual selection.

This is a selection as defined by evil-define-visual-selection.

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(evil-define-local-var evil-prev-visual-selection nil
  "The previous kind of Visual selection.
This is a selection as defined by `evil-define-visual-selection'.")