diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-23 22:46:44 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-23 22:46:44 +0100 |
commit | d7b7770f11c16cfac707b5048c61e722dcc903a6 (patch) | |
tree | 74c39ba18a2cf46b2b9f47ed3ed740d200c5dc9f /src/version.c | |
parent | 0df541963d406edd69d3ebe8de3912eb87b05414 (diff) | |
download | vim-git-d7b7770f11c16cfac707b5048c61e722dcc903a6.tar.gz |
patch 8.2.0438: terminal noblock test is very flaky on BSDv8.2.0438
Problem: Terminal noblock test is very flaky on BSD.
Solution: Change WaitFor() to WaitForAssert() to be able to see why it
failed. Add a short wait in between sending keys.
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 eef374a67..82d93e529 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 438, +/**/ 437, /**/ 436, |