]> granicus.if.org Git - vim/commitdiff
patch 7.4.942 v7.4.942
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Nov 2015 22:53:01 +0000 (23:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Nov 2015 22:53:01 +0000 (23:53 +0100)
Problem:    test_tagcase breaks for small builds.
Solution:   Bail out of the test early. (Hirohito Higashi)

src/testdir/test_tagcase.in
src/version.c

index 322d7696af6ef5d04d0334984b67f7cff28ecfdc..6e681119254b5323f8735a318cf1a68c0c3a3899 100644 (file)
@@ -1,6 +1,7 @@
 Tests for 'tagcase' option
 
 STARTTEST
+:so small.vim
 :/^start text$/+1,/^end text$/w! Xtext
 :/^start tags$/+1,/^end tags$/-1w! Xtags
 :set tags=Xtags
index d437f50dad6885a81192fa4e918c1f74199d6861..1c9dded81e4791fe2611706b507aa64c06587295 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    942,
 /**/
     941,
 /**/