diff src/version.c @ 26139:97b4e8c55c1d v8.2.3602

patch 8.2.3602: Python3 test fails with Python 3.10 on MS-Windows Commit: https://github.com/vim/vim/commit/1be7e215830d6ec9aa6200aac4ef34ac0ae85af5 Author: K.Takata <kentkt@csc.jp> Date: Tue Nov 16 13:08:56 2021 +0000 patch 8.2.3602: Python3 test fails with Python 3.10 on MS-Windows Problem: Python3 test fails with Python 3.10 on MS-Windows. Solution: Adjust the expected error. (Ken Takata, closes https://github.com/vim/vim/issues/9118)
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 Nov 2021 14:15:03 +0100
parents 14a55d1520f2
children 77ad8ea01c00
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3602,
+/**/
     3601,
 /**/
     3600,