mirror of
https://github.com/vim/vim.git
synced 2025-10-08 06:04:08 -04:00
updated for version 7.2-101
This commit is contained in:
@@ -354,6 +354,9 @@ MSVCVER = 9.0
|
|||||||
!if "$(_NMAKE_VER)" == "9.00.21022.08"
|
!if "$(_NMAKE_VER)" == "9.00.21022.08"
|
||||||
MSVCVER = 9.0
|
MSVCVER = 9.0
|
||||||
!endif
|
!endif
|
||||||
|
!if "$(_NMAKE_VER)" == "9.00.30729.01"
|
||||||
|
MSVCVER = 9.0
|
||||||
|
!endif
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
# Abort bulding VIM if version of VC is unrecognised.
|
# Abort bulding VIM if version of VC is unrecognised.
|
||||||
|
@@ -676,6 +676,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 */
|
||||||
|
/**/
|
||||||
|
101,
|
||||||
/**/
|
/**/
|
||||||
100,
|
100,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user