aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.c
diff options
context:
space:
mode:
authorerw7 <erw7.github@gmail.com>2019-03-06 14:59:28 +0900
committererw7 <erw7.github@gmail.com>2019-03-06 18:06:51 +0900
commit24a56cca308621a5a585f73b22e5421461318b3d (patch)
treeb0fd11598efff79ebf28752471fac5355d79888e /src/nvim/lua/executor.c
parent299f32dc012929f55e5b6b9aaf7c7aded9e7e489 (diff)
downloadrneovim-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