mirror of
https://github.com/vim/vim.git
synced 2025-09-05 21:43:39 -04:00
patch 8.2.0638: MS-Windows: messages test fails
Problem: MS-Windows: messages test fails. Solution: Clear environment variables.
This commit is contained in:
parent
333015a46e
commit
47a1a8baf9
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user