1
0
forked from aniani/vim

patch 7.4.942

Problem:    test_tagcase breaks for small builds.
Solution:   Bail out of the test early. (Hirohito Higashi)
This commit is contained in:
Bram Moolenaar
2015-11-25 23:53:01 +01:00
parent d042dc825c
commit 60422e68a3
2 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
Tests for 'tagcase' option Tests for 'tagcase' option
STARTTEST STARTTEST
:so small.vim
:/^start text$/+1,/^end text$/w! Xtext :/^start text$/+1,/^end text$/w! Xtext
:/^start tags$/+1,/^end tags$/-1w! Xtags :/^start tags$/+1,/^end tags$/-1w! Xtags
:set tags=Xtags :set tags=Xtags

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
942,
/**/ /**/
941, 941,
/**/ /**/