mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
vim-patch:8.0.0280
patch 8.0.0280: problem setting multi-byte environment var on MS-Windows
Problem: On MS-Windows setting an environment variable with multi-byte
strings does not work well.
Solution: Use wputenv when possible. (Taro Muraoka, Ken Takata)
7c23d1d9d9cc
This commit is contained in:
@@ -27,6 +27,7 @@ describe('executable()', function()
|
||||
clear({env={PATH=[[C:\Windows\system32;C:\Windows]]}})
|
||||
print(helpers.eval('$PATH'))
|
||||
print('XXXXXXXXXXXXXXXXXXXXXXXXX')
|
||||
print(helpers.eval("echo glob(fnamemodify(exepath(v:progpath), ':h').'/*')"))
|
||||
eq('arg1=lemon;arg2=sky;arg3=tree;',
|
||||
call('system', sibling_exe..' lemon sky tree'))
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user