commit | 712549e04eddd6687c4b7654ec9af6da6c365603 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 01 16:59:18 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 01 16:59:18 2017 +0200 |
tree | 953c1b1baa445694f9a06b31ac6e144506b5e8b4 | |
parent | f33606112a59de6965692840b47d9cb4b924fc97 [diff] [blame] |
patch 8.0.1171: popup test is still a bit flaky Problem: Popup test is still a bit flaky. Solution: Change term_wait() calls. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index d809ba9..925a6cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1171, +/**/ 1170, /**/ 1169,