mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-patch:7.4.1110
Problem: Test 108 fails when language is French.
Solution: Force English messages. (Dominique Pelle)
8c600052fa
This commit is contained in:
@@ -572,7 +572,7 @@ static int included_patches[] = {
|
||||
1113,
|
||||
1112,
|
||||
// 1111,
|
||||
// 1110,
|
||||
1110,
|
||||
// 1109 NA
|
||||
// 1108,
|
||||
1107,
|
||||
|
@@ -8,6 +8,7 @@ describe('108', function()
|
||||
before_each(clear)
|
||||
|
||||
it('is working', function()
|
||||
execute('lang mess C')
|
||||
execute('function! Foo()')
|
||||
execute(' let var1 = 1')
|
||||
execute(' let var2 = Bar(var1) + 9')
|
||||
|
Reference in New Issue
Block a user