mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
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:
@@ -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
|
||||||
|
@@ -348,7 +348,7 @@ static int included_patches[] = {
|
|||||||
945,
|
945,
|
||||||
944,
|
944,
|
||||||
// 943 NA
|
// 943 NA
|
||||||
// 942,
|
942,
|
||||||
941,
|
941,
|
||||||
// 940 NA
|
// 940 NA
|
||||||
939,
|
939,
|
||||||
|
Reference in New Issue
Block a user