commit | c27747e6ddcbda7d1d3b39867898f746dc4db471 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Sat May 07 12:25:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 07 12:25:40 2022 +0100 |
tree | 0ba88dccf18f52a745e746de249f8a7de752b060 | |
parent | 8e4b76da1d7e987d43ca960dfbc372d1c617466f [diff] [blame] |
patch 8.2.4902: mouse wheel scrolling is inconsistent Problem: Mouse wheel scrolling is inconsistent. Solution: Use the MS-Winows system setting. (closes #10368)
diff --git a/src/version.c b/src/version.c index 647011a..5ee96b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4902, +/**/ 4901, /**/ 4900,