commit | 999db2346b61e6f6e6fde2d0b56f4646a46b727d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 14:00:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 14:00:55 2021 +0200 |
tree | 8964a472642a9eefef3786805f476464b5d4b36a | |
parent | 1d97efce0ce31ddf0dd4c1ae2228ef4caee6880c [diff] [blame] |
patch 8.2.3098: popup window test is flaky on MS-Windows with GUI Problem: Popup window test is flaky on MS-Windows with GUI. Solution: Skip the check in this situation.
diff --git a/src/version.c b/src/version.c index f6d5758..8d391d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3098, +/**/ 3097, /**/ 3096,