Variable: evil-restriction-stack
evil-restriction-stack is a variable defined in evil-vars.el.
Value
nil
Documentation
List of previous restrictions.
Using evil-with-restriction stores the previous values of
point-min and point-max as a pair in this list.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(defvar evil-restriction-stack nil
"List of previous restrictions.
Using `evil-with-restriction' stores the previous values of
`point-min' and `point-max' as a pair in this list.")