diff options
Diffstat (limited to 'evil-vars.el')
| -rw-r--r-- | evil-vars.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/evil-vars.el b/evil-vars.el index 74aeb51..c8ec51a 100644 --- a/evil-vars.el +++ b/evil-vars.el @@ -1683,6 +1683,9 @@ not deleted and not yanked to a specific register.") (defvar evil-paste-count nil "The count argument of the current paste command.") +(defvar evil--cursor-after nil + "Internal flag for gp & gP.") + (defvar evil-temporary-undo nil "When undo is disabled in current buffer. Certain commands depending on undo use this variable |
