Variable: evil-this-type-modified
evil-this-type-modified is a buffer-local variable defined in
evil-vars.el.
Documentation
Non-nil iff current motion type has been modified by the user.
If the type has been modified, this variable contains the new type.
Source Code
;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-vars.el
(evil-define-local-var evil-this-type-modified nil
"Non-nil iff current motion type has been modified by the user.
If the type has been modified, this variable contains the new
type.")