Variable: evil-temporary-undo
evil-temporary-undo is a variable defined in evil-vars.el.
Value
nil
Documentation
When undo is disabled in current buffer.
Certain commands depending on undo use this variable
instead of buffer-undo-list.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-temporary-undo nil
"When undo is disabled in current buffer.
Certain commands depending on undo use this variable
instead of `buffer-undo-list'.")