mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +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