diff src/version.c @ 21295:3e0d4782d0c6 v8.2.1198

patch 8.2.1198: terminal2 test sometimes hangs in the GUI on Travis Commit: https://github.com/vim/vim/commit/a4b442614c5ca4ebf32acf5cf0b7b718496f1c94 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 12 21:38:29 2020 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Jul 2020 21:45:04 +0200
parents 6dff32278cd8
children 3ef53d66f30d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1198,
+/**/
     1197,
 /**/
     1196,