aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/command_spec.lua
Commit message (Expand)AuthorAge
* fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)zeertzjq2022-09-28
* fix(api)!: correctly deal with number before :tabzeertzjq2022-09-02
* feat(api): add support for :horizontal modifierzeertzjq2022-09-01
* fix(usercmd): also check for whitespace after escaped character (#19942)zeertzjq2022-08-25
* fix(api/command): fargs behavior when no arguments are passed (#19862)Javier Lopez2022-08-21
* feat(api): add `unsilent` to command APIszeertzjq2022-07-03
* fix(nvim_create_user_command): make `smods` work with `nvim_cmd`Famiu Haque2022-06-08
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque2022-05-29
* fix(api): correctly pass f-args for nvim_create_user_command (#18098)Gregory Anders2022-04-13
* refactor!: rename nvim_add_user_command to nvim_create_user_commandGregory Anders2022-04-10
* feat(test): use nvim_exec in helpers.source() #16064Justin M. Keyes2022-03-27
* feat(lua): add <f-args> to user commands callback (#17522)Javier Lopez2022-02-27
* fix(api): validate command names in nvim_add_user_command (#17406)Gregory Anders2022-02-15
* vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler commandzeertzjq2022-01-21
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* vim-patch:8.2.3141: no error when using :complete for :command without -nargsJan Edmund Lazo2021-08-08
* test: Eliminate expect_errJustin M. Keyes2019-09-06
* tests: <SNR> is represented as 'R' (ASCII)Jan Edmund Lazo2018-07-12
* API: nvim_get_commands(): return DictionaryJustin M. Keyes2018-05-12
* API: nvim_get_commands(): builtin is irrelevant for buffer-localJustin M. Keyes2018-05-12
* API: nvim_get_commands(): more attributesJustin M. Keyes2018-05-11
* API: nvim_get_commands(): always return keysJustin M. Keyes2018-05-11
* API: nvim_get_commands()Nimit Bhardwaj2018-05-11