Variable: evil-state
evil-state is a buffer-local variable defined in evil-vars.el.
Documentation
The current Evil state.
To change the state, use evil-change-state
or call the state function (e.g., evil-normal-state).
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(evil-define-local-var evil-state nil
"The current Evil state.
To change the state, use `evil-change-state'
or call the state function (e.g., `evil-normal-state').")