1
0
forked from aniani/vim

patch 8.2.4717: for TextYankPost v:event does not contain all information

Problem:    For TextYankPost v:event does not contain information about the
            operation being inclusive or not.
Solution:   Add "inclusive" to v:event. (Justn M. Keyes, Yegappan Lakshmanan,
            closes #10125)
This commit is contained in:
Bram Moolenaar
2022-04-09 11:37:38 +01:00
parent 7c7e19cf50
commit a016eeba7a
4 changed files with 52 additions and 16 deletions

View File

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