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

@@ -1205,6 +1205,9 @@ TextYankPost After text has been yanked or deleted in the
current buffer. The following values of
|v:event| can be used to determine the operation
that triggered this autocmd:
inclusive TRUE if the motion is
|inclusive| else the motion is
|exclusive|.
operator The operation performed.
regcontents Text that was stored in the
register, as a list of lines,