We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4250f6c commit f930e6fCopy full SHA for f930e6f
src/Make_mvc.mak
@@ -421,6 +421,9 @@ MSVCVER = 11.0
421
!if "$(_NMAKE_VER)" == "11.00.60315.1"
422
MSVCVER = 11.0
423
!endif
424
+!if "$(_NMAKE_VER)" == "11.00.60610.1"
425
+MSVCVER = 11.0
426
+!endif
427
428
429
# Abort building VIM if version of VC is unrecognised.
src/version.c
@@ -728,6 +728,8 @@ static char *(features[]) =
728
729
static int included_patches[] =
730
{ /* Add new patch number below this line */
731
+/**/
732
+ 4,
733
/**/
734
3,
735
0 commit comments