commit | 05c1acd5e1564ea4dbc7d4be26908af6909f43f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 13 21:01:22 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 13 21:01:22 2020 +0200 |
tree | c8a607d0e07e71a710423e67094c46056b00e77a | |
parent | f0afd9e18227d3459c888584d0658a1837d2aaf8 [diff] [blame] |
patch 8.2.1675: MinGW: testdir makefile deletes non-existing file Problem: MinGW: testdir makefile deletes non-existing file. Solution: Use another way to delete the output file if it already exists. (Michael Soyka)
diff --git a/src/version.c b/src/version.c index 503c6ea..57acd28 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1675, +/**/ 1674, /**/ 1673,