commit | 358f6b0a36d25e0e2f8f1fc625974816b71fa50a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 02 22:43:01 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 02 22:43:01 2017 +0100 |
tree | 2d29a9febb1d5b8bbd91d3069e2a6816d6330396 | |
parent | caf6434ac937cf26050276d7b474be2d2d6a06b3 [diff] [blame] |
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().
diff --git a/src/testdir/shared.vim b/src/testdir/shared.vim index 8160af3..53f5a2e 100644 --- a/src/testdir/shared.vim +++ b/src/testdir/shared.vim
@@ -192,6 +192,7 @@ 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 != ''