commit | e1f3ab73bc7c4b3eee03b673c2983ed7eca6ea80 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 04 21:29:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 04 21:29:08 2022 +0100 |
tree | 1f99f6b4b97dce107b1fb8b311db7cbc21c9a541 | |
parent | 8f7116caddc6f0725cf1211407d97645c4eb7b65 [diff] [blame] |
patch 9.0.0380: deleting files in tests is a hassle Problem: Deleting files in tests is a hassle. Solution: Use the new 'D' flag of writefile().
diff --git a/src/version.c b/src/version.c index 1b67605..d4d3302 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 380, +/**/ 379, /**/ 378,