commit | 36eb14fa3e729434cbb6f9078b4b330ae4f864f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 14:38:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 01 14:38:01 2022 +0100 |
tree | d44a569140f4cab86d125a4f1891682fe8aaa513 | |
parent | df5320c439e9a7f7bf1ebff3cb455d45e223547a [diff] [blame] |
patch 9.0.0348: MS-Windows: GUI mouse move event test is flaky Problem: MS-Windows: GUI mouse move event test is flaky. Solution: Wait for a little while for the first move event.
diff --git a/src/version.c b/src/version.c index 147f876..18278c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 348, +/**/ 347, /**/ 346,