mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +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
|
||||
:so small.vim
|
||||
:lang mess C
|
||||
:/^start text$/+1,/^end text$/w! Xtext
|
||||
:/^start tags$/+1,/^end tags$/-1w! Xtags
|
||||
:set tags=Xtags
|
||||
|
@@ -333,7 +333,7 @@ static int included_patches[] = {
|
||||
// 960 NA
|
||||
// 959 NA
|
||||
958,
|
||||
// 957,
|
||||
957,
|
||||
// 956 NA
|
||||
955,
|
||||
// 954 NA
|
||||
|
Reference in New Issue
Block a user