mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00

compared to vim.api.|nvim_call_function|, this fixes some typing issues due to the indirect conversion via the API. float values are preserved as such (fixes #9389) as well as empty dicts/arrays. Ref https://github.com/norcalli/nvim.lua for the call syntax