commit | 9298a996fc54e483dc29c0700edf3c5fe9d0f6a9 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Tue Oct 18 13:33:26 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 18 13:33:26 2022 +0100 |
tree | 11d93ceeeeb5d329ce0c2a576515c1401c2b6094 | |
parent | 208567e9d744ef7b89bed1f62e951ae4ee2f6f5f [diff] [blame] |
patch 9.0.0787: mouse scrolling in terminal misbehaves without dll Problem: MS-Windows: mouse scrolling in terminal misbehaves without dll. Solution: Add #ifdef as a temporary solution. (Christopher Plewright, closes #11392)
diff --git a/src/version.c b/src/version.c index c39a835..87baf99 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 787, +/**/ 786, /**/ 785,