From 358f6b0a36d25e0e2f8f1fc625974816b71fa50a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 2 Mar 2017 22:43:01 +0100 Subject: 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(). --- src/testdir/shared.vim | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/testdir/shared.vim b/src/testdir/shared.vim index 8160af385..53f5a2e86 100644 --- a/src/testdir/shared.vim +++ b/src/testdir/shared.vim @@ -192,6 +192,7 @@ func RunVimPiped(before, after, arguments, pipecmd) if cmd !~ '-u NONE' let cmd = cmd . ' -u NONE' endif + let cmd .= ' --not-a-term' " With pipecmd we can't set VIMRUNTIME. if a:pipecmd != '' diff --git a/src/version.c b/src/version.c index 5a10b4772..fd4cdb138 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 400, /**/ 399, /**/ -- cgit v1.2.1