commit | b370771bffc8395204f53209b69e35dff95a9237 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 08 22:49:43 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 08 22:49:43 2022 +0100 |
tree | d52c4d99aa5f14f04efc88c25b5271b6c3670151 | |
parent | fe978c2b6bb9d897d962595a4a51dd7a71dc8e89 [diff] [blame] |
patch 8.2.4922: mouse test fails on MS-Windows Problem: Mouse test fails on MS-Windows. Solution: Set 'mousemodel' to "extend".
diff --git a/src/version.c b/src/version.c index 3183e96..9f72d7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4922, +/**/ 4921, /**/ 4920,