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 8dd4c67 commit 1a395fdCopy full SHA for 1a395fd
src/Make_mvc.mak
@@ -413,6 +413,9 @@ MSVCVER = 10.0
413
!if "$(_NMAKE_VER)" == "11.00.50727.1"
414
MSVCVER = 11.0
415
!endif
416
+!if "$(_NMAKE_VER)" == "11.00.51106.1"
417
+MSVCVER = 11.0
418
+!endif
419
420
421
# Abort bulding VIM if version of VC is unrecognised.
src/version.c
@@ -725,6 +725,8 @@ static char *(features[]) =
725
726
static int included_patches[] =
727
{ /* Add new patch number below this line */
728
+/**/
729
+ 754,
730
/**/
731
753,
732
0 commit comments