diff options
author | erw7 <erw7.github@gmail.com> | 2019-03-06 14:59:28 +0900 |
---|---|---|
committer | erw7 <erw7.github@gmail.com> | 2019-03-06 18:06:51 +0900 |
commit | 24a56cca308621a5a585f73b22e5421461318b3d (patch) | |
tree | b0fd11598efff79ebf28752471fac5355d79888e /src/nvim/lua/executor.c | |
parent | 299f32dc012929f55e5b6b9aaf7c7aded9e7e489 (diff) | |
download | rneovim-24a56cca308621a5a585f73b22e5421461318b3d.tar.gz rneovim-24a56cca308621a5a585f73b22e5421461318b3d.tar.bz2 rneovim-24a56cca308621a5a585f73b22e5421461318b3d.zip |
Fix environment variable on Windows
Since uv_os_setenv uses SetEnvironmentVariableW, _wenviron is no
updated. As a result, inconsistency occurs in completion of environment
variable names. Change to use GetEnvironmentStaringsW instead of
_wenviron to solve it.
Diffstat (limited to 'src/nvim/lua/executor.c')
0 files changed, 0 insertions, 0 deletions