aboutsummaryrefslogtreecommitdiff
path: root/evil-vars.el
diff options
context:
space:
mode:
authorTom Dalziel <tom_dl@hotmail.com>2022-08-07 21:08:35 +0100
committerTom Dalziel <33435574+tomdl89@users.noreply.github.com>2022-08-07 22:16:49 +0200
commitfdf8a72b6d8525788a651fef135a0eecf647505b (patch)
treee23bc3c24ff3523c83965573f30b4222331010cf /evil-vars.el
parent48c9286a5b1f0e74c8260b29cbc8025681e15094 (diff)
Never kill on visual paste when using evil-paste-before
This is pretty new in Vim (Jan 2022)
Diffstat (limited to 'evil-vars.el')
-rw-r--r--evil-vars.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/evil-vars.el b/evil-vars.el
index 251652b..caa4fb8 100644
--- a/evil-vars.el
+++ b/evil-vars.el
@@ -451,7 +451,8 @@ before point."
(defcustom evil-kill-on-visual-paste t
"Whether pasting in visual state adds the replaced text to the
kill ring, making it the default for the next paste. The default,
-replicates the default Vim behavior."
+replicates the default Vim behavior for `p'. This is ignored by
+`evil-paste-before' (\\[evil-paste-before]) which never kills on visual paste."
:type 'boolean
:group 'evil)