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

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
964,
/**/
963,
/**/