summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-02 22:43:01 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-02 22:43:01 +0100
commit358f6b0a36d25e0e2f8f1fc625974816b71fa50a (patch)
tree2d29a9febb1d5b8bbd91d3069e2a6816d6330396 /src/version.c
parentcaf6434ac937cf26050276d7b474be2d2d6a06b3 (diff)
downloadvim-git-358f6b0a36d25e0e2f8f1fc625974816b71fa50a.tar.gz
patch 8.0.0400: some tests have a one second delayv8.0.0400
Problem: Some tests have a one second delay. Solution: Add --not-a-term in RunVim().
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 5a10b4772..fd4cdb138 100644
--- 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,