diff src/version.c @ 11022:ca8f2d24a79c v8.0.0400

patch 8.0.0400: some tests have a one second delay commit https://github.com/vim/vim/commit/358f6b0a36d25e0e2f8f1fc625974816b71fa50a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 2 22:43:01 2017 +0100 patch 8.0.0400: some tests have a one second delay Problem: Some tests have a one second delay. Solution: Add --not-a-term in RunVim().
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Mar 2017 22:45:05 +0100
parents 50f3e37bc210
children 973fa964cb91
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    400,
+/**/
     399,
 /**/
     398,