From 755d4e82b104a950dc757deac572745d058e0a05 Mon Sep 17 00:00:00 2001 From: watiko Date: Wed, 17 Feb 2016 04:40:32 +0900 Subject: [PATCH] vim-patch:7.4.942 Problem: test_tagcase breaks for small builds. Solution: Bail out of the test early. (Hirohito Higashi) https://github.com/vim/vim/commit/60422e68a3a555144f8c76c666f050e8d104c16b --- src/nvim/testdir/test_tagcase.in | 1 + src/nvim/version.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/nvim/testdir/test_tagcase.in b/src/nvim/testdir/test_tagcase.in index 322d7696af..6e68111925 100644 --- a/src/nvim/testdir/test_tagcase.in +++ b/src/nvim/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/nvim/version.c b/src/nvim/version.c index 0f78d365ca..87bdb409bb 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -348,7 +348,7 @@ static int included_patches[] = { 945, 944, // 943 NA - // 942, + 942, 941, // 940 NA 939,