commit | c79977a437d91306d576fb59e490601409503303 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 30 14:39:27 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 30 14:39:27 2017 +0200 |
tree | 12b331fec005adb90ca6b109676e6ef185db221f | |
parent | 660b85e39a48a9f2e3bd7e4d8b97d0a1b4842997 [diff] [blame] |
patch 8.0.1163: popup test is flaky Problem: Popup test is flaky. Solution: Add a WaitFor() and fix another.
diff --git a/src/version.c b/src/version.c index 778046b..dc9be43 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1163, +/**/ 1162, /**/ 1161,