mirror of
https://github.com/neovim/neovim.git
synced 2026-03-13 19:45:38 +10:00
Problem: nvim_get_commands does not return callbacks defined for "preview", "complete", or the command itself. Solution: - Return Lua function as "callback" field in a Lua context. - Return "preview" function in a Lua context. - BREAKING: Return "complete" as a function instead of a boolean.
22 KiB
22 KiB