commit | 45bbaef0382c5468d9fac511775bd99ea7bf5b84 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 16:39:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 16:39:22 2022 +0100 |
tree | abd7687d97b0d9abe4d39d5386245dc521bad206 | |
parent | 2a4c885d54171f68ec2c2d6eb4ae281c7fefb802 [diff] [blame] |
patch 9.0.0418: manually deleting temp test files Problem: Manually deleting temp test files. Solution: Use the 'D' flag of writefile() and mkdir().
diff --git a/src/version.c b/src/version.c index 7a79fdc..c3d1ad5 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 418, +/**/ 417, /**/ 416,