mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10: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