commit | e5f2a075e35aa903e8d5a63bef1a438344bba5fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 22:31:49 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 22:31:49 2017 +0100 |
tree | 99b378a6b557e780f7b11e4fa78a1c8c687df8c6 | |
parent | a2f28859bfb3fa52bde14c9d2ca3ab7196a9154a [diff] [blame] |
patch 8.0.0293: some tests have a one or three second wait Problem: Some tests have a one or three second wait. Solution: Reset the 'showmode' option. Use a test time of one to disable sleep after an error or warning message.
diff --git a/src/version.c b/src/version.c index 1d83da4..0a5e3d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 293, +/**/ 292, /**/ 291,