commit | 18aa13d13b69c090dbe186cd4939896488c433e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 11 13:09:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 11 13:09:36 2020 +0200 |
tree | 98312d7e987fccb760666112ec0066c8f8886aad | |
parent | 543e6f3467f208930a5d7fadb82133334bf31356 [diff] [blame] |
patch 8.2.1177: terminal2 test sometimes hangs in the GUI Problem: Terminal2 test sometimes hangs in the GUI. Solution: Move some tests to other files to further locate the problem. Set the GUI to a fixed screen size.
diff --git a/src/version.c b/src/version.c index 6c6211d..4ffa17f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1177, +/**/ 1176, /**/ 1175,