Variable: evil-last-undo-entry
evil-last-undo-entry is a buffer-local variable defined in
evil-vars.el.
Documentation
Information about the latest undo entry in the buffer.
This should be a pair (OBJ . CONS) where OBJ is the entry as an object, and CONS is a copy of the entry.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(evil-define-local-var evil-last-undo-entry nil
"Information about the latest undo entry in the buffer.
This should be a pair (OBJ . CONS) where OBJ is the entry as an
object, and CONS is a copy of the entry.")