comparison src/version.c @ 30385:54dda39c5bb3 v9.0.0528

patch 9.0.0528: MS-Windows: no batch files for more recent MSVC versions Commit: https://github.com/vim/vim/commit/c3430cb583ff05722e33195e4818c88a59bb2fee Author: K.Takata <kentkt@csc.jp> Date: Wed Sep 21 11:56:41 2022 +0100 patch 9.0.0528: MS-Windows: no batch files for more recent MSVC versions Problem: MS-Windows: no batch files for more recent MSVC versions. Solution: Add batch files for 2017, 2019 and 2022. (Ken Takata, closes #11184)
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Sep 2022 13:00:03 +0200
parents 9126e872893d
children 3e7274cee9c4
comparison
equal deleted inserted replaced
30384:841afbdd1981 30385:54dda39c5bb3
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 528,
702 /**/ 704 /**/
703 527, 705 527,
704 /**/ 706 /**/
705 526, 707 526,
706 /**/ 708 /**/