mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user