From 60422e68a3a555144f8c76c666f050e8d104c16b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 25 Nov 2015 23:53:01 +0100 Subject: patch 7.4.942 Problem: test_tagcase breaks for small builds. Solution: Bail out of the test early. (Hirohito Higashi) --- src/testdir/test_tagcase.in | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/testdir/test_tagcase.in b/src/testdir/test_tagcase.in index 322d7696af..6e68111925 100644 --- a/src/testdir/test_tagcase.in +++ b/src/testdir/test_tagcase.in @@ -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 diff --git a/src/version.c b/src/version.c index d437f50dad..1c9dded81e 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 942, /**/ 941, /**/ -- cgit v1.2.3