aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/command.c
Commit message (Expand)AuthorAge
* fix(api): "emsg_silent" should imply "silent" in nvim_cmd (#21438)zeertzjq2022-12-16
* docs: add missing docs from some Vim patches (#21296)zeertzjq2022-12-05
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(api): add command name to Lua command callback optsFamiu Haque2022-11-07
* Merge pull request #20364 from zeertzjq/parse-cmd-omitbfredl2022-09-30
|\
| * fix(api)!: nvim_parse_cmd omit "count" "range" "reg" if not supportedzeertzjq2022-09-30
* | feat(nvim_cmd): allow using first argument as countFamiu Haque2022-09-29
|/
* fix(api): fix nvim_cmd crash with filename expansion (#20397)zeertzjq2022-09-29
* fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)zeertzjq2022-09-28
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-09
* fix(api)!: correctly deal with number before :tabzeertzjq2022-09-02
* feat(api): add support for :horizontal modifierzeertzjq2022-09-01
* fix(api): nvim_exec and nvim_cmd restore msg_col when capturing output (#19789)zeertzjq2022-08-16
* refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* fix(api): `vim.cmd.make` crashes when argument count isn't 1 (#19701)Famiu Haque2022-08-10
* vim-patch:8.1.1210: support for user commands is spread out (#19653)zeertzjq2022-08-06
* feat(lua): print source locations of lua callbacks (#19597)ii142022-08-03
* refactor(cmd): unify execute_cmd with do_one_cmdLewis Russell2022-08-02
* refactor: fix clang and PVS warnings (#19569)zeertzjq2022-07-29
* perf(api): optimize nvim_cmd (#19513)Lewis Russell2022-07-27
* fix(api): make nvim_cmd mods.silent work correctly (#19489)notomo2022-07-25
* feat(api): add `unsilent` to command APIszeertzjq2022-07-03
* feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filterFamiu Haque2022-06-28
* refactor: replace char_u #18429dundargoc2022-06-28
* fix(inccommand): parse the command to check if it is previewableFamiu Haque2022-06-28
* docs: fix typos (#18866)dundargoc2022-06-15
* vim-patch:8.2.5088: value of cmod_verbose is a bit complicated to usezeertzjq2022-06-14
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* refactor(api): remove redundant fields of CmdParseInfozeertzjq2022-06-14
* vim-patch:8.2.1897: command modifiers are saved and set inconsistentlyzeertzjq2022-06-14
* refactor(api): move command related API to separate filebfredl2022-06-12