Skip to content

Commit 60422e6

Browse files
committed
patch 7.4.942
Problem: test_tagcase breaks for small builds. Solution: Bail out of the test early. (Hirohito Higashi)
1 parent d042dc8 commit 60422e6

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_tagcase.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Tests for 'tagcase' option
22

33
STARTTEST
4+
:so small.vim
45
:/^start text$/+1,/^end text$/w! Xtext
56
:/^start tags$/+1,/^end tags$/-1w! Xtags
67
:set tags=Xtags

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
942,
744746
/**/
745747
941,
746748
/**/

0 commit comments

Comments
 (0)