commit | 0319306f20d2a5989d1f5639a47d77cebeac2f29 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Tue Nov 22 12:58:27 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 22 12:58:27 2022 +0000 |
tree | f68699815c966afae4f3f45ca4ec1d5805e5a314 | |
parent | 35fc61cb5b5eba8bbb9d8f0700332fbab38f40ca [diff] [blame] |
patch 9.0.0918: MS-Windows: modifier keys do not work with mouse scroll event Problem: MS-Windows: modifier keys do not work with mouse scroll events. Solution: Use K_SPECIAL instead of CSI for the modifier keys. (Christopher Plewright, closes #11587)
diff --git a/src/version.c b/src/version.c index 4a2ad77..3258736 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 918, +/**/ 917, /**/ 916,