commit | ae20f340adc8c96aeec5cff5ef4f2129035ffca4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 05 21:09:23 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 05 21:09:23 2019 +0100 |
tree | 1053beba1daad179dfb22958fbfe86f9a633e93e | |
parent | e5a3272d32ad52f905ef3e66991871dbef2245e7 [diff] [blame] |
patch 8.1.2257: MS-Windows GUI: scroll wheel always uses current window Problem: MS-Windows GUI: scroll wheel always uses current window. Solution: Add the 'scrollfocus' option for MS-Windows.
diff --git a/src/version.c b/src/version.c index 182352d..3a8e7ab 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2257, +/**/ 2256, /**/ 2255,