changeset 6452:c12439378869 v7.4.555

updated for version 7.4.555 Problem: test_close_count may fail for some combination of features. Solution: Require normal features.
author Bram Moolenaar <bram@vim.org>
date Wed, 17 Dec 2014 14:42:46 +0100
parents 101f8a418fb7
children 5ed01d6d262b
files src/testdir/test_close_count.in src/version.c
diffstat 2 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_close_count.in
+++ b/src/testdir/test_close_count.in
@@ -1,8 +1,8 @@
 Tests for :[count]close! and :[count]hide     vim: set ft=vim :
 
 STARTTEST
+:so small.vim
 :let tests = []
-:so tiny.vim
 :for i in range(5)
 :new
 :endfor
@@ -46,7 +46,6 @@ ENDTEST
 
 STARTTEST
 :let tests = []
-:so tiny.vim
 :for i in range(5)
 :new
 :endfor
@@ -94,7 +93,6 @@ ENDTEST
 
 STARTTEST
 :let tests = []
-:so tiny.vim
 :set hidden
 :for i in range(5)
 :new
@@ -123,7 +121,6 @@ ENDTEST
 
 STARTTEST
 :let tests = []
-:so tiny.vim
 :set hidden
 :for i in range(5)
 :new
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    555,
+/**/
     554,
 /**/
     553,