commit | caa1d19da1cdfd07f93b578b4fd5214a53197cd6 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Wed Sep 28 10:45:15 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 28 10:45:15 2022 +0100 |
tree | 7ab7791e9605fab6da2f0f1b3753fc8d0f3bc49c | |
parent | 47da934844afec7b04d94e0d1f8cf0a86e1b9bea [diff] [blame] |
patch 9.0.0613: running source tests leaves file behind Problem: Running source tests leaves file behind. Solution: Add the "D" flag to writefile(). (Dominique Pellé, closes #11243) Also do this for other writefile() calls and drop delete().
diff --git a/src/version.c b/src/version.c index e92207e..1621c81 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 613, +/**/ 612, /**/ 611,