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/version.c b/src/version.c index 5a10b47..fd4cdb1 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 400, +/**/ 399, /**/ 398,