mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -04:00
updated for version 7.3.079
Problem: Duplicate lines in makefile. Solution: Remove the lines. (Hong Xu)
This commit is contained in:
@@ -380,9 +380,6 @@ MSVCVER = 10.0
|
|||||||
!if "$(_NMAKE_VER)" == "10.00.30319.01"
|
!if "$(_NMAKE_VER)" == "10.00.30319.01"
|
||||||
MSVCVER = 10.0
|
MSVCVER = 10.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.
|
||||||
|
@@ -714,6 +714,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 */
|
||||||
|
/**/
|
||||||
|
79,
|
||||||
/**/
|
/**/
|
||||||
78,
|
78,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user