mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
89515304e4
- Minimum required libuv is now v1.12 - Because `uv_os_getenv` requires allocating, we must manage a map (`envmap` in `env.c`) to maintain the old behavior of `os_getenv` . - free() map-items after removal. khash.h does not make copies of anything, so even its keys must be memory-managed by the caller. closes #8398 closes #9267 |
||
---|---|---|
.. | ||
env_spec.lua | ||
fileio_spec.lua | ||
fs_spec.lua | ||
shell_spec.lua | ||
users_spec.lua |