comparison src/version.c @ 21138:c2cbe6cc7620 v8.2.1120

patch 8.2.1120: Python code not tested properly Commit: https://github.com/vim/vim/commit/92fdd1e75db3048516a93a18cc53ed984813c9e5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 3 18:00:05 2020 +0200 patch 8.2.1120: Python code not tested properly Problem: Python code not tested properly. Solution: Add more tests and convert old-style test into new-style test. (Yegappan Lakshmanan, closes #6370)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Jul 2020 18:15:04 +0200
parents 228a3719c49f
children f86140ad0164
comparison
equal deleted inserted replaced
21137:dd37ab39bac8 21138:c2cbe6cc7620
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 1120,
757 /**/ 759 /**/
758 1119, 760 1119,
759 /**/ 761 /**/
760 1118, 762 1118,
761 /**/ 763 /**/