commit | ae04a6049b3f0e30a671966ed2dda1979e0b5f20 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 15:08:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 15:08:10 2022 +0100 |
tree | 416df6ba64ebc75e1861d64e05c1d9e5659c3fbb | |
parent | 7d56cfc861e57145f003315efd835cf5dfd5b145 [diff] [blame] |
patch 9.0.0425: autocmd test is a bit flaky on MS-Windows Problem: Autocmd test is a bit flaky on MS-Windows. Solution: Add a bit more sleeping. (Ken Takata, closes #11095)
diff --git a/src/version.c b/src/version.c index 24c99fd..34fa8ef 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 425, +/**/ 424, /**/ 423,