commit | 37d1673ce007c46ec2338f3236ae1b7b0324bd25 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 12 22:09:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 12 22:09:01 2020 +0200 |
tree | 1d6d8b2f3ba2a2965ab3a3052056960b497322c6 | |
parent | 6c6be9e88d72a60ee279ccad73d018c534b71d66 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 1a2b705..25a0962 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 964, +/**/ 963, /**/ 962,