Files
neovim/test/functional/api
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
..
2024-04-23 18:17:04 +02:00
2024-01-03 02:09:29 +01:00
2025-10-24 02:07:37 +02:00
2025-11-22 19:32:45 -05:00