mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 7.4.1417
Problem: Missing appveyor.bat from the distribution. Solution: Add it to the list of files.
This commit is contained in:
1
Filelist
1
Filelist
@@ -6,6 +6,7 @@ SRC_ALL = \
|
|||||||
.hgignore \
|
.hgignore \
|
||||||
.travis.yml \
|
.travis.yml \
|
||||||
appveyor.yml \
|
appveyor.yml \
|
||||||
|
src/appveyor.bat \
|
||||||
src/README.txt \
|
src/README.txt \
|
||||||
src/alloc.h \
|
src/alloc.h \
|
||||||
src/arabic.c \
|
src/arabic.c \
|
||||||
|
@@ -748,6 +748,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 */
|
||||||
|
/**/
|
||||||
|
1417,
|
||||||
/**/
|
/**/
|
||||||
1416,
|
1416,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user