commit | 5c645a25bb8e6d766db720a44b9ceeff39d1e92b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 22:00:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 22:00:03 2022 +0100 |
tree | 87af429e6afc978e374bcf5306981b3a1e492bbd | |
parent | 4740394f230dda09d6e9337465305741d8ee4fa3 [diff] [blame] |
patch 9.0.0538: manually deleting test temp files Problem: Manually deleting test temp files. Solution: Add the 'D' flag to writefile().
diff --git a/src/version.c b/src/version.c index e6045d7..0bbeae6 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 538, +/**/ 537, /**/ 536,