mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 16:58:17 +00:00

Problem: `get_option_value` returns caller owned `Object`s but the corresponding C apis do not marked `FUNC_API_RET_ALLOC` properly. Solution: add `FUNC_API_RET_ALLOC` to the C apis.