summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-11-26 20:34:00 +0100
committerBram Moolenaar <Bram@vim.org>2020-11-26 20:34:00 +0100
commitfccbf068f8c85474db8d8dead1530321d1f3e5b8 (patch)
tree53f940fd2f9ce11dcf6fb2b688fd1eea604f3320 /src/version.c
parentce7be3a0e6f19bc85990bb8fcfe5e208944777b4 (diff)
downloadvim-git-fccbf068f8c85474db8d8dead1530321d1f3e5b8.tar.gz
patch 8.2.2057: getting the selection may trigger TextYankPost autocmdv8.2.2057
Problem: Getting the selection may trigger TextYankPost autocmd. Solution: Only trigger the autocommand when yanking in Vim, not for getting the selection. (closes #7367)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 0308c9120..cebba1555 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2057,
+/**/
2056,
/**/
2055,