forked from aniani/vim
patch 8.2.0638: MS-Windows: messages test fails
Problem: MS-Windows: messages test fails. Solution: Clear environment variables.
This commit is contained in:
@@ -9,6 +9,9 @@ function Test_messages()
|
|||||||
set nomore
|
set nomore
|
||||||
" Avoid the "message maintainer" line.
|
" Avoid the "message maintainer" line.
|
||||||
let $LANG = ''
|
let $LANG = ''
|
||||||
|
let $LC_ALL = ''
|
||||||
|
let $LC_MESSAGES = ''
|
||||||
|
let $LC_COLLATE = ''
|
||||||
|
|
||||||
let arr = map(range(10), '"hello" . v:val')
|
let arr = map(range(10), '"hello" . v:val')
|
||||||
for s in arr
|
for s in arr
|
||||||
|
@@ -746,6 +746,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 */
|
||||||
|
/**/
|
||||||
|
638,
|
||||||
/**/
|
/**/
|
||||||
637,
|
637,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user