0
0
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:
Bram Moolenaar 2020-04-25 16:41:58 +02:00
parent 333015a46e
commit 47a1a8baf9
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
638,
/**/
637,
/**/