mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 20:07:23 +10: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.