diff src/version.c @ 30180:b01eaf122e5a v9.0.0426

patch 9.0.0426: failed flaky tests reports only start time Commit: https://github.com/vim/vim/commit/65258d36ddfab371c7982343efc9b2533ba39075 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 9 15:09:59 2022 +0100 patch 9.0.0426: failed flaky tests reports only start time Problem: Failed flaky tests reports only start time. Solution: Also report the end time.
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Sep 2022 16:15:03 +0200
parents 8ddf91c8faa6
children 4d3c7b4927f2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    426,
+/**/
     425,
 /**/
     424,