vim-patch:7.4.942

Problem:    test_tagcase breaks for small builds.
Solution:   Bail out of the test early. (Hirohito Higashi)

60422e68a3
This commit is contained in:
watiko
2016-02-17 04:40:32 +09:00
parent 2ac9a3905c
commit 755d4e82b1
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -348,7 +348,7 @@ static int included_patches[] = {
945,
944,
// 943 NA
// 942,
942,
941,
// 940 NA
939,