diff src/version.c @ 30556:b2a891f70f81 v9.0.0613

patch 9.0.0613: running source tests leaves file behind Commit: https://github.com/vim/vim/commit/caa1d19da1cdfd07f93b578b4fd5214a53197cd6 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Wed Sep 28 10:45:15 2022 +0100 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 https://github.com/vim/vim/issues/11243) Also do this for other writefile() calls and drop delete().
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Sep 2022 12:00:06 +0200
parents eaa79e688fb8
children 8e73ecbee60d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    613,
+/**/
     612,
 /**/
     611,