diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-12-23 18:41:35 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-12-23 18:41:35 +0100 |
commit | a47ebdbd222ae488a65be4e8bc3fd87c6301c000 (patch) | |
tree | b12281f4b3b8e0f10d2c44d0865d9fdd3e3c93af /src/version.c | |
parent | fabaf753e26df5a89a854673d14c15a1fa6b321a (diff) | |
download | vim-git-8.0.1424.tar.gz |
patch 8.0.1424: the timer_pause test is flaky on Travisv8.0.1424
Problem: The timer_pause test is flaky on Travis.
Solution: Accept a longer sleep time on Mac.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 6b3df0dbf..4f8dfd29c 100644 --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1424, +/**/ 1423, /**/ 1422, |