diff src/version.c @ 14824:845180495796 v8.1.0424

patch 8.1.0424: test output is very verbose, loading CI log is slow commit https://github.com/vim/vim/commit/e76d7a63dfe916c321e248fbfc97bd948d6fbabb Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 21 16:37:25 2018 +0200 patch 8.1.0424: test output is very verbose, loading CI log is slow Problem: Test output is very verbose, loading CI log is slow. Solution: Redirect output to /dev/null. (Ken Takata, closes https://github.com/vim/vim/issues/3456)
author Christian Brabandt <cb@256bit.org>
date Fri, 21 Sep 2018 16:45:05 +0200
parents aa9c7588d30a
children 75d474a8868a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    424,
+/**/
     423,
 /**/
     422,