commit | d6212b80d6d49d4d890c3141b7c6b83f899333b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 03 15:48:33 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 03 15:48:33 2022 +0100 |
tree | 603b5ef1d1489e4cfdaa049300c76cef1d71adf2 | |
parent | 0b0ccbbfb014e1c9682b86a7a41ff2837b0b8047 [diff] [blame] |
patch 9.0.0136: after CTRL-Left-mouse click a mouse scroll also has CTRL Problem: After CTRL-Left-mouse click a mouse scroll also has CTRL. Solution: Reset orig_mouse_code also for wheel events. (closes #10840)
diff --git a/src/version.c b/src/version.c index 33f61aa..b44c248 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 136, +/**/ 135, /**/ 134,