comparison 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
comparison
equal deleted inserted replaced
26138:b19a063a7a74 26139:97b4e8c55c1d
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3602,
760 /**/ 762 /**/
761 3601, 763 3601,
762 /**/ 764 /**/
763 3600, 765 3600,
764 /**/ 766 /**/