diff options
author | Rui Abreu Ferreira <raf-ep@gmx.com> | 2014-06-08 19:57:18 +0100 |
---|---|---|
committer | Seth Jackson <sethjackson@gmail.com> | 2015-12-12 22:33:10 -0500 |
commit | 810d31a43001e0955a0a3194998afcc9a0ed33ec (patch) | |
tree | 90ca7f70057a79e5bf5370dc29954262c4f35eff /test/functional/eval/msgpack_functions_spec.lua | |
parent | f183cc14de40542899f1bad44943695b0ccf0e5c (diff) | |
download | rneovim-810d31a43001e0955a0a3194998afcc9a0ed33ec.tar.gz rneovim-810d31a43001e0955a0a3194998afcc9a0ed33ec.tar.bz2 rneovim-810d31a43001e0955a0a3194998afcc9a0ed33ec.zip |
Windows: Implement os_setenv() using _putenv_s()
Windows does not have setenv(), instead the _putenv_s() function is used - added
a function check and fatal errors. Implemented os_setenv() for Windows.
Vim supports the original putenv() function if no alternative is available.
Neovim only supports systems where safer alternatives exist, so the check for
putenv() was removed from config/CMakeLists.txt.
Diffstat (limited to 'test/functional/eval/msgpack_functions_spec.lua')
0 files changed, 0 insertions, 0 deletions