]> granicus.if.org Git - vim/commitdiff
patch 7.4.1415 v7.4.1415
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Feb 2016 21:27:05 +0000 (22:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Feb 2016 21:27:05 +0000 (22:27 +0100)
Problem:    Dropped the skip-tags setting.
Solution:   Put it back.

appveyor.yml
src/version.c

index 28bd3829b265c12f59fc746cbebd62132b029b93..7f6a40a6ea7d81122500ad25489e0c70d06071d7 100644 (file)
@@ -1,5 +1,7 @@
 version: "{build}"
 
+skip_tags: true
+
 environment:
   matrix:
     - FEATURE: HUGE
index e8d5595b2b8b6376c7dbb932b9744d679ef9cb07..12ce7cbf594a24dd8a82dae6aa75a3c18e07cecf 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1415,
 /**/
     1414,
 /**/