mirror of
https://github.com/vim/vim.git
synced 2025-09-02 21:13:50 -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
|
||||
" Avoid the "message maintainer" line.
|
||||
let $LANG = ''
|
||||
let $LC_ALL = ''
|
||||
let $LC_MESSAGES = ''
|
||||
let $LC_COLLATE = ''
|
||||
|
||||
let arr = map(range(10), '"hello" . v:val')
|
||||
for s in arr
|
||||
|
@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
638,
|
||||
/**/
|
||||
637,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user