mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00

- In UNIX systems where unsetenv() is available, it is used. Otherwise the variables are set with the empty string. - New check HAVE_UNSETENV for unsetenv() - Added unit test to env_spec.lua