mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.1.0146: when $LANG is set the compiler test may fail
Problem: When $LANG is set the compiler test may fail. Solution: Unset $LANG.
This commit is contained in:
@@ -5,6 +5,11 @@ func Test_compiler()
|
|||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" $LANG changes the output of Perl.
|
||||||
|
if $LANG != ''
|
||||||
|
unlet $LANG
|
||||||
|
endif
|
||||||
|
|
||||||
e Xfoo.pl
|
e Xfoo.pl
|
||||||
compiler perl
|
compiler perl
|
||||||
call assert_equal('perl', b:current_compiler)
|
call assert_equal('perl', b:current_compiler)
|
||||||
|
@@ -789,6 +789,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 */
|
||||||
|
/**/
|
||||||
|
146,
|
||||||
/**/
|
/**/
|
||||||
145,
|
145,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user