From: Bram Moolenaar Date: Wed, 24 Feb 2016 21:27:05 +0000 (+0100) Subject: patch 7.4.1415 X-Git-Tag: v7.4.1415 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84f4996d2ab2982006d79ee69df4688c966bf8e8;p=thirdparty%2Fvim.git patch 7.4.1415 Problem: Dropped the skip-tags setting. Solution: Put it back. --- diff --git a/appveyor.yml b/appveyor.yml index 28bd3829b2..7f6a40a6ea 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,7 @@ version: "{build}" +skip_tags: true + environment: matrix: - FEATURE: HUGE diff --git a/src/version.c b/src/version.c index e8d5595b2b..12ce7cbf59 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 */ +/**/ + 1415, /**/ 1414, /**/