vim-patch:8.2.0638: MS-Windows: messages test fails

Problem:    MS-Windows: messages test fails.
Solution:   Clear environment variables.
47a1a8baf9
This commit is contained in:
Jan Edmund Lazo
2020-04-25 16:05:10 -04:00
parent 2bf4e824d4
commit 229a836d9b

View File

@@ -6,6 +6,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