changeset 8244:acc8029e530f v7.4.1415

commit https://github.com/vim/vim/commit/84f4996d2ab2982006d79ee69df4688c966bf8e8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 24 22:27:05 2016 +0100 patch 7.4.1415 Problem: Dropped the skip-tags setting. Solution: Put it back.
author Christian Brabandt <cb@256bit.org>
date Wed, 24 Feb 2016 22:30:05 +0100
parents 58edd85dcc94
children f8e9e537340c
files appveyor.yml src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,5 +1,7 @@
 version: "{build}"
 
+skip_tags: true
+
 environment:
   matrix:
     - FEATURE: HUGE
--- 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,