diff options
| author | Tom Dalziel <tom_dl@hotmail.com> | 2022-11-04 23:13:42 +0000 |
|---|---|---|
| committer | Tom Dalziel <33435574+tomdl89@users.noreply.github.com> | 2022-11-05 01:18:35 +0100 |
| commit | c59f2c09c63de5f001c19f8513a19dfc72858e75 (patch) | |
| tree | 565e5d1ab07ba37666c62b8e6862c9ab53521f87 /evil-vars.el | |
| parent | f9218169f1f39225e9f631209d285bb7af50c8fd (diff) | |
gp & gP linewise & blockwise
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 |
