commit | 51c23687a9298c27d41ad9780b032f434e1e1646 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 14 21:45:00 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 14 21:45:00 2017 +0200 |
tree | 534d13a62d76bc167ae60564b6051bdfddc8da12 | |
parent | 6bb18a878cc4cc79cdca4b7497367e59a90125e7 [diff] [blame] |
patch 8.0.0939: Test_terminal_env is flaky Problem: Test_terminal_env is flaky. (James McCoy) Solution: Use WaitFor() instead of term_wait().
diff --git a/src/version.c b/src/version.c index a8b07dc..4978e87 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 939, +/**/ 938, /**/ 937,