comparison 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
comparison
equal deleted inserted replaced
21294:af919846afd8 21295:3e0d4782d0c6
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1198,
757 /**/ 759 /**/
758 1197, 760 1197,
759 /**/ 761 /**/
760 1196, 762 1196,
761 /**/ 763 /**/