mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24: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:
@@ -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
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user