commit | 806a273f3c84ecd475913d901890bb1929be9a0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 04 15:40:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 04 15:40:36 2022 +0100 |
tree | 7970b531379736fd2497f3a1acea0c400028db81 | |
parent | c1eb131c9eb38e00e08109f50e3e5337c072b71e [diff] [blame] |
patch 9.0.0379: cleaning up after writefile() is a hassle Problem: Cleaning up after writefile() is a hassle. Solution: Add the 'D' flag to defer deleting the written file. Very useful in tests.
diff --git a/src/version.c b/src/version.c index e53c1c0..1b67605 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 379, +/**/ 378, /**/ 377,