]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.555 v7.4.555
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Dec 2014 13:42:46 +0000 (14:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Dec 2014 13:42:46 +0000 (14:42 +0100)
Problem:    test_close_count may fail for some combination of features.
Solution:   Require normal features.

src/testdir/test_close_count.in
src/version.c

index 288945c6964bba83b84cc9964c7a90790b070715..8a4e090ed56764dc8a323a9f05dc5786b20e8b00 100644 (file)
@@ -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
index cd7bfb1291cce01ee50819f649aae144b8a7c26a..0c8b39a0ec60bb03ebd389abab02d604ce554be3 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    555,
 /**/
     554,
 /**/