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:
Jurica Bradaric
2016-05-10 22:44:37 +02:00
parent b4cbfd3c08
commit 5fdb6043d7
2 changed files with 2 additions and 1 deletions

View File

@@ -572,7 +572,7 @@ static int included_patches[] = {
1113,
1112,
// 1111,
// 1110,
1110,
// 1109 NA
// 1108,
1107,

View File

@@ -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')