Variable: evil-transient-vals
evil-transient-vals is a variable defined in evil-vars.el.
Value
nil
Documentation
Association list of old values for Transient Mark mode variables.
Entries have the form (VARIABLE VALUE LOCAL), where LOCAL is whether the variable was previously buffer-local.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-transient-vals nil
"Association list of old values for Transient Mark mode variables.
Entries have the form (VARIABLE VALUE LOCAL), where LOCAL is
whether the variable was previously buffer-local.")