mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
vim-patch:7.4.957
Problem: Test_tagcase fails when using another language than English.
Solution: Set the messages language to C. (Kenichi Ito)
bc96c29ffc
This commit is contained in:
@@ -2,6 +2,7 @@ Tests for 'tagcase' option
|
|||||||
|
|
||||||
STARTTEST
|
STARTTEST
|
||||||
:so small.vim
|
:so small.vim
|
||||||
|
:lang mess C
|
||||||
:/^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
|
||||||
|
@@ -333,7 +333,7 @@ static int included_patches[] = {
|
|||||||
// 960 NA
|
// 960 NA
|
||||||
// 959 NA
|
// 959 NA
|
||||||
958,
|
958,
|
||||||
// 957,
|
957,
|
||||||
// 956 NA
|
// 956 NA
|
||||||
955,
|
955,
|
||||||
// 954 NA
|
// 954 NA
|
||||||
|
Reference in New Issue
Block a user