commit | 373c65104e0991724cb57910dfb3e5c276e2d7e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 22 19:24:23 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 22 19:24:23 2020 +0200 |
tree | 30abc3e1593feab3f318efa2409d700adc3d952f | |
parent | 7633fe595e6a27d6bb376548ff89f0dcce481600 [diff] [blame] |
patch 8.2.1036: popupwin test fails sometimes Problem: Popupwin test fails sometimes. Solution: Use WaitForAssert() instead of a sleep.
diff --git a/src/version.c b/src/version.c index 3c6b744..42c03d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1036, +/**/ 1035, /**/ 1034,