summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/command_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(api): leak preview callback LuaRef in nvim_create_user_command #39357Barrett Ruth1
2025-12-06docs: miscJustin M. Keyes1
2025-11-25feat(api): nvim_get_commands returns function fields #36415Rob Pilling1
2025-08-02fix(api): nvim_create_user_command addr option should allow ranges #35077glepnir1
2025-06-01fix(api): add missing nargs field to user command Lua callbacks #34210glepnir1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-04-14fix(completion): avoid freeing uninitialized value (#33459)zeertzjq1
2025-01-08fix(api): crash on invalid buffer to nvim_buf_del_user_command (#31908)zeertzjq1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-02-16fix(api): allow empty Lua table for nested dicts #22268Justin M. Keyes1
2023-02-14refactor(api): consistent VALIDATE messages #22262Justin M. Keyes1
2023-02-14refactor(api): VALIDATE macros #22187Justin M. Keyes1
2022-11-07feat(api): add command name to Lua command callback optsFamiu Haque1
2022-09-28fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)zeertzjq1
2022-09-02fix(api)!: correctly deal with number before :tabzeertzjq1
2022-09-01feat(api): add support for :horizontal modifierzeertzjq1
2022-08-25fix(usercmd): also check for whitespace after escaped character (#19942)zeertzjq1
2022-08-21fix(api/command): fargs behavior when no arguments are passed (#19862)Javier Lopez1
2022-07-03feat(api): add `unsilent` to command APIszeertzjq1
2022-06-08fix(nvim_create_user_command): make `smods` work with `nvim_cmd`Famiu Haque1
2022-05-31feat: add preview functionality to user commandsFamiu Haque1
2022-05-29feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque1
2022-04-13fix(api): correctly pass f-args for nvim_create_user_command (#18098)Gregory Anders1
2022-04-10refactor!: rename nvim_add_user_command to nvim_create_user_commandGregory Anders1
2022-03-27feat(test): use nvim_exec in helpers.source() #16064Justin M. Keyes1
2022-02-27feat(lua): add <f-args> to user commands callback (#17522)Javier Lopez1
2022-02-15fix(api): validate command names in nvim_add_user_command (#17406)Gregory Anders1
2022-01-21vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler commandzeertzjq1
2021-12-28feat(api): implement nvim_{add,del}_user_commandGregory Anders1
2021-10-03refactor(api): handle option dicts properlyBjörn Linse1
2021-08-08vim-patch:8.2.3141: no error when using :complete for :command without -nargsJan Edmund Lazo1
2019-09-06test: Eliminate expect_errJustin M. Keyes1
2018-07-12tests: <SNR> is represented as 'R' (ASCII)Jan Edmund Lazo1
2018-05-12API: nvim_get_commands(): return DictionaryJustin M. Keyes1
2018-05-12API: nvim_get_commands(): builtin is irrelevant for buffer-localJustin M. Keyes1
2018-05-11API: nvim_get_commands(): more attributesJustin M. Keyes1
2018-05-11API: nvim_get_commands(): always return keysJustin M. Keyes1
2018-05-11API: nvim_get_commands()Nimit Bhardwaj1