commit | 0f823c360947779d9de6048c6bce51c670a06eb6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 15:35:12 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 30 15:35:12 2022 +0100 |
tree | f594cd5fa6337e85a430da71eaa817c983634816 | |
parent | de78632c41d870d5254e9ccd285f53674b955f4e [diff] [blame] |
patch 9.0.0112: MS-Windows: test fails because file already exists Problem: MS-Windows: test fails because file already exists. Solution: Wait a little while until the file is gone.
diff --git a/src/version.c b/src/version.c index 3ba672d..4a79784 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 112, +/**/ 111, /**/ 110,