commit | a4b442614c5ca4ebf32acf5cf0b7b718496f1c94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 21:38:29 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 21:38:29 2020 +0200 |
tree | 92498108ca7a9892654ac6c3c0d1cb14892fa934 | |
parent | c212dd0a346d57f62013094ea6861eb28e33023c [diff] [blame] |
patch 8.2.1198: terminal2 test sometimes hangs in the GUI on Travis Problem: Terminal2 test sometimes hangs in the GUI on Travis. Solution: Move test function to terminal3 to see if the problem moves too.
diff --git a/src/version.c b/src/version.c index 19b911e..9d59181 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1198, +/**/ 1197, /**/ 1196,