1
0
forked from aniani/vim

patch 8.2.0964: TextYankPost does not provide info about Visual selection

Problem:    TextYankPost does not provide info about Visual selection.
Solution:   Add the 'visual' key in v:event. (closes #6249)
This commit is contained in:
Bram Moolenaar
2020-06-12 22:09:01 +02:00
parent 6c6be9e88d
commit 37d1673ce0
4 changed files with 15 additions and 5 deletions

View File

@@ -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,