diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-06-12 22:09:01 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-06-12 22:09:01 +0200 |
commit | 37d1673ce007c46ec2338f3236ae1b7b0324bd25 (patch) | |
tree | 1d6d8b2f3ba2a2965ab3a3052056960b497322c6 /runtime/doc | |
parent | 6c6be9e88d72a60ee279ccad73d018c534b71d66 (diff) | |
download | vim-git-37d1673ce007c46ec2338f3236ae1b7b0324bd25.tar.gz |
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/doc')
-rw-r--r-- | runtime/doc/autocmd.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 613dd8561..5713119cd 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, |