aboutsummaryrefslogtreecommitdiff
path: root/evil-vars.el
diff options
context:
space:
mode:
authorTom Dalziel <tom_dl@hotmail.com>2022-08-09 20:42:49 +0100
committerTom Dalziel <33435574+tomdl89@users.noreply.github.com>2022-08-09 22:05:13 +0200
commit769574aad2da002a2b312c7f79e2089f3ea01092 (patch)
tree524598277d2aed6d586e1001045af80de1f67c85 /evil-vars.el
parentfdf8a72b6d8525788a651fef135a0eecf647505b (diff)
It's more useful if vP flips `evil-kill-on-visual-paste`
Diffstat (limited to 'evil-vars.el')
-rw-r--r--evil-vars.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/evil-vars.el b/evil-vars.el
index caa4fb8..b01ee0a 100644
--- a/evil-vars.el
+++ b/evil-vars.el
@@ -450,9 +450,9 @@ 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 for `p'. This is ignored by
-`evil-paste-before' (\\[evil-paste-before]) which never kills on visual paste."
+kill ring, making it the default for the next paste. The default
+replicates the default Vim behavior for `p'. This value is flipped by
+`evil-paste-before' (\\[evil-paste-before])."
:type 'boolean
:group 'evil)