From: Bram Moolenaar Date: Thu, 25 Feb 2016 19:37:40 +0000 (+0100) Subject: patch 7.4.1417 X-Git-Tag: v7.4.1417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=265f64efcf8df61cfbc93bbe103018dcfc5836e4;p=vim patch 7.4.1417 Problem: Missing appveyor.bat from the distribution. Solution: Add it to the list of files. --- diff --git a/Filelist b/Filelist index c7bc51546..1134bbe4f 100644 --- a/Filelist +++ b/Filelist @@ -6,6 +6,7 @@ SRC_ALL = \ .hgignore \ .travis.yml \ appveyor.yml \ + src/appveyor.bat \ src/README.txt \ src/alloc.h \ src/arabic.c \ diff --git a/src/version.c b/src/version.c index f08bf1b2a..8af0a44cb 100644 --- a/src/version.c +++ b/src/version.c @@ -748,6 +748,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1417, /**/ 1416, /**/