diff src/version.c @ 29680:955026042e45 v9.0.0180

patch 9.0.0180: stray logfile appears when running tests Commit: https://github.com/vim/vim/commit/ef257e7bd1850f34dd54382222b0e7537cf234bf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 9 19:30:19 2022 +0100 patch 9.0.0180: stray logfile appears when running tests Problem: Stray logfile appears when running tests. Solution: Remove ch_logfile() calls.
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Aug 2022 20:45:03 +0200
parents fc0f93590fd4
children 57cfb39b7842
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    180,
+/**/
     179,
 /**/
     178,