Files
neovim/src/nvim/lua
glepnir 5cfbc35aa8 fix(api): add missing nargs field to user command Lua callbacks #34210
Problem: nvim_create_user_command() Lua callbacks were missing the documented nargs field in the options table passed to the callback function.

Solution: Add nargs field derivation from command argument type flags in nlua_do_ucmd(), using the same logic as nvim_parse_cmd().
2025-06-01 15:03:35 -07:00
..
2024-12-23 05:43:52 -08:00
2024-12-23 05:43:52 -08:00
2024-12-23 05:43:52 -08:00