commit | 3b675c276c71472022b684b7b1dec213824d3104 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 16 13:34:44 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 16 13:34:44 2022 +0100 |
tree | 849609b997f63ce25cd1a544429246363b2646b3 | |
parent | 386c24cd262edac66a31add2fd989c96c4c2c952 [diff] [blame] |
patch 8.2.4964: MS-Windows GUI: mouse event test is flaky Problem: MS-Windows GUI: mouse event test is flaky. Solution: Add a short delay after generating a mouse event.
diff --git a/src/version.c b/src/version.c index fddf7d9..1b98b03 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4964, +/**/ 4963, /**/ 4962,