Files
neovim/test/functional
Rob Pilling 612b2e7850 feat(api): nvim_get_commands returns function fields #36415
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.
2025-11-25 21:12:39 -08:00
..
2025-11-19 20:43:15 -08:00
2025-03-02 14:27:52 -08:00
2025-11-22 15:59:07 -05:00
2025-11-22 19:32:45 -05:00