comparison src/version.c @ 27651:7765b0447add v8.2.4351

patch 8.2.4351: no coverage is measured on MS-Windows CI Commit: https://github.com/vim/vim/commit/41ee5b191376ee3c0394664de5a7e7d83974aaa4 Author: ichizok <gclient.gaap@gmail.com> Date: Sat Feb 12 10:13:13 2022 +0000 patch 8.2.4351: no coverage is measured on MS-Windows CI Problem: No coverage is measured on MS-Windows CI. Solution: Enable coverage on MS-Windows. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/9750)
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Feb 2022 11:15:03 +0100
parents b157387cb232
children 52bbe3590f50
comparison
equal deleted inserted replaced
27650:153d8393247a 27651:7765b0447add
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4351,
749 /**/ 751 /**/
750 4350, 752 4350,
751 /**/ 753 /**/
752 4349, 754 4349,
753 /**/ 755 /**/