commit | 3411265a3698c3d5ef56d9b0c3bb237a9f5fdba1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 05 21:40:44 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 05 21:40:44 2022 +0100 |
tree | ea61985ac705ed5c645a935608cbc84cd918636f | |
parent | 86d87256c4005c6215da5af2597fbf6f6304421f [diff] [blame] |
patch 9.0.0391: using separate delete() call instead of writefile() 'D' flag Problem: Using separate delete() call instead of writefile() 'D' flag. Solution: Use the writefile 'D' flag.
diff --git a/src/version.c b/src/version.c index 76ce3a1..2edbe83 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 391, +/**/ 390, /**/ 389,