summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-12 22:09:01 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-12 22:09:01 +0200
commit37d1673ce007c46ec2338f3236ae1b7b0324bd25 (patch)
tree1d6d8b2f3ba2a2965ab3a3052056960b497322c6 /runtime
parent6c6be9e88d72a60ee279ccad73d018c534b71d66 (diff)
patch 8.2.0964: TextYankPost does not provide info about Visual selectionv8.2.0964
Problem: TextYankPost does not provide info about Visual selection. Solution: Add the 'visual' key in v:event. (closes #6249)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/autocmd.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 613dd8561c..5713119cd9 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -1154,6 +1154,8 @@ TextYankPost After text has been yanked or deleted in the
register.
regtype Type of the register, see
|getregtype()|.
+ visual True if the operation is
+ performed on a |Visual| area.
Not triggered when |quote_| is used nor when
called recursively.
It is not allowed to change the buffer text,