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:
@@ -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
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user