diff src/version.c @ 21293:6dff32278cd8 v8.2.1197

patch 8.2.1197: clientserver test still fails on MS-Windows Commit: https://github.com/vim/vim/commit/c212dd0a346d57f62013094ea6861eb28e33023c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 12 20:49:29 2020 +0200 patch 8.2.1197: clientserver test still fails on MS-Windows Problem: Clientserver test still fails on MS-Windows. Solution: Expect a different error message.
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Jul 2020 21:00:03 +0200
parents c6fc976a8741
children 3e0d4782d0c6
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 */
 /**/
+    1197,
+/**/
     1196,
 /**/
     1195,