# HG changeset patch # User Christian Brabandt # Date 1456349405 -3600 # Node ID acc8029e530fa9a042bfa9cfa8836fe1dd97e8d6 # Parent 58edd85dcc9418a09b958df6bfd9dfe3dd4b45f3 commit https://github.com/vim/vim/commit/84f4996d2ab2982006d79ee69df4688c966bf8e8 Author: Bram Moolenaar Date: Wed Feb 24 22:27:05 2016 +0100 patch 7.4.1415 Problem: Dropped the skip-tags setting. Solution: Put it back. diff --git a/appveyor.yml b/appveyor.yml --- 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 --- a/src/version.c +++ b/src/version.c @@ -749,6 +749,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1415, +/**/ 1414, /**/ 1413,