commit | f8bc0ce2671d7f7f73760f665b52e4f00a1bbcac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 02 12:30:22 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 02 12:30:22 2021 +0000 |
tree | 4f0b745f625695e1e57fe2bda00d50c129b789e0 | |
parent | 3569c0de67bc9c723621297ae827d5e3353793a1 [diff] [blame] |
patch 8.2.3719: MS-Windows: test sometimes runs into existing swap file Problem: MS-Windows: test sometimes runs into existing swap file. Solution: Use a different file name.
diff --git a/src/version.c b/src/version.c index cf8f945..d977c65 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3719, +/**/ 3718, /**/ 3717,