comparison src/version.c @ 21200:37edecbfb834 v8.2.1151

patch 8.2.1151: insufficient test coverage for Python Commit: https://github.com/vim/vim/commit/0ab55d62012c1fb38c4b540a4233421820a59389 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 7 20:50:39 2020 +0200 patch 8.2.1151: insufficient test coverage for Python Problem: Insufficient test coverage for Python. Solution: Add more test cases. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6415)
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 Jul 2020 21:00:04 +0200
parents 8531ddd7dd63
children 1a4e22aa2eb3
comparison
equal deleted inserted replaced
21199:a9ce04b178c4 21200:37edecbfb834
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 1151,
757 /**/ 759 /**/
758 1150, 760 1150,
759 /**/ 761 /**/
760 1149, 762 1149,
761 /**/ 763 /**/