commit | e6329e4c55cd81b6134820eab6a10b02c11c1277 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 16 21:10:34 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 16 21:10:34 2020 +0100 |
tree | a555d36a93ea1a9db821eee15407d371f7116267 | |
parent | 27f4f6baeeb25e1597a7827f4a509ecf2eb8e6e2 [diff] [blame] |
patch 8.2.1999: terminal popup test sometimes fails Problem: Terminal popup test sometimes fails. Solution: Wait for the popup to close.
diff --git a/src/version.c b/src/version.c index 186bbde..ec1abe6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1999, +/**/ 1998, /**/ 1997,