mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 00:22:41 +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:
@@ -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