0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 7.4.1110

Problem:    Test 108 fails when language is French.
Solution:   Force English messages. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2016-01-16 22:08:11 +01:00
parent 4cf7679383
commit 8c600052fa
2 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ Tests for backtrace debug commands. vim: set ft=vim :
STARTTEST STARTTEST
:so small.vim :so small.vim
:lang mess C
:function! Foo() :function! Foo()
: let var1 = 1 : let var1 = 1
: let var2 = Bar(var1) + 9 : let var2 = Bar(var1) + 9

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1110,
/**/ /**/
1109, 1109,
/**/ /**/