commit | b377457e693210d1b0c0bbac7e04671fc98f038b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 21:43:26 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 21:43:26 2018 +0200 |
tree | 8846ddb37292d5613a4c42c36065925b7131edb6 | |
parent | 1acdb3f30104576c36f83d422fb67a805b0ce58a [diff] [blame] |
patch 8.0.1694: terminal API test is a bit flaky Problem: Terminal API test is a bit flaky. Solution: Wait longer for Vim to stop.
diff --git a/src/version.c b/src/version.c index 80b05fa..46d12cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1694, +/**/ 1693, /**/ 1692,