commit | f52c38315669f85bbcf3bd74c590148bf588f6c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 30 16:49:19 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 30 16:49:19 2017 +0200 |
tree | 676031e5b1538c284ab03900cd8a1fd3ed815cd4 | |
parent | 65ed136844fbaffdd473903ed841c944600234dc [diff] [blame] |
patch 8.0.1165: popup test is still flaky Problem: Popup test is still flaky. Solution: Add a term_wait() call. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index c055dd4..b28cd91 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1165, +/**/ 1164, /**/ 1163,