mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.4.183
Problem: MSVC Visual Studio update not supported. Solution: Add version number. (Mike William)
This commit is contained in:
@@ -424,6 +424,9 @@ MSVCVER = 11.0
|
|||||||
!if "$(_NMAKE_VER)" == "11.00.60610.1"
|
!if "$(_NMAKE_VER)" == "11.00.60610.1"
|
||||||
MSVCVER = 11.0
|
MSVCVER = 11.0
|
||||||
!endif
|
!endif
|
||||||
|
!if "$(_NMAKE_VER)" == "11.00.61030.0"
|
||||||
|
MSVCVER = 11.0
|
||||||
|
!endif
|
||||||
!if "$(_NMAKE_VER)" == "12.00.21005.1"
|
!if "$(_NMAKE_VER)" == "12.00.21005.1"
|
||||||
MSVCVER = 12.0
|
MSVCVER = 12.0
|
||||||
!endif
|
!endif
|
||||||
|
@@ -738,6 +738,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
183,
|
||||||
/**/
|
/**/
|
||||||
182,
|
182,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user