commit | fccbf068f8c85474db8d8dead1530321d1f3e5b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 26 20:34:00 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 26 20:34:00 2020 +0100 |
tree | 53f940fd2f9ce11dcf6fb2b688fd1eea604f3320 | |
parent | ce7be3a0e6f19bc85990bb8fcfe5e208944777b4 [diff] [blame] |
patch 8.2.2057: getting the selection may trigger TextYankPost autocmd Problem: Getting the selection may trigger TextYankPost autocmd. Solution: Only trigger the autocommand when yanking in Vim, not for getting the selection. (closes #7367)
diff --git a/src/version.c b/src/version.c index 0308c91..cebba15 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2057, +/**/ 2056, /**/ 2055,