summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/command.c
AgeCommit message (Expand)AuthorFiles
2023-06-22test: spellcheck :help (vimdoc) files #24109Justin M. Keyes1
2023-05-23refactor(api): new helper macrosFamiu Haque1
2023-05-13docs: small fixesdundargoc1
2023-04-07refactor(api): make typed dicts appear as types in the source codebfredl1
2023-04-06refactor: remove use of reserved c++ keywordsii141
2023-03-25feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski1
2023-03-22refactor: do more in TRY_WRAPLewis Russell1
2023-03-11fix(api): set script context when setting usercmd or option (#22624)zeertzjq1
2023-02-22docs: naming conventions, guidelinesJustin 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 #22256Justin M. Keyes1
2023-02-14refactor(api): VALIDATE macros #22187Justin M. Keyes1
2023-02-11refactor: replace char_u with char (#21901)dundargoc1
2023-02-11build: enable MSVC level 3 warnings (#21934)dundargoc1
2022-12-16fix(api): "emsg_silent" should imply "silent" in nvim_cmd (#21438)zeertzjq1
2022-12-05docs: add missing docs from some Vim patches (#21296)zeertzjq1
2022-12-02docs(gen): support language annotation in docstringsChristian Clason1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-07feat(api): add command name to Lua command callback optsFamiu Haque1
2022-09-30Merge pull request #20364 from zeertzjq/parse-cmd-omitbfredl1
2022-09-30fix(api)!: nvim_parse_cmd omit "count" "range" "reg" if not supportedzeertzjq1
2022-09-29feat(nvim_cmd): allow using first argument as countFamiu Haque1
2022-09-29fix(api): fix nvim_cmd crash with filename expansion (#20397)zeertzjq1
2022-09-28fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)zeertzjq1
2022-09-11refactor: replace char_u with charDundar Göc1
2022-09-09refactor: replace char_u with charDundar Göc1
2022-09-02fix(api)!: correctly deal with number before :tabzeertzjq1
2022-09-01feat(api): add support for :horizontal modifierzeertzjq1
2022-08-16fix(api): nvim_exec and nvim_cmd restore msg_col when capturing output (#19789)zeertzjq1
2022-08-12refactor: move non-symbols in ex_eval.h to ex_eval_defs.h (#19739)zeertzjq1
2022-08-11refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq1
2022-08-10fix(api): `vim.cmd.make` crashes when argument count isn't 1 (#19701)Famiu Haque1
2022-08-06vim-patch:8.1.1210: support for user commands is spread out (#19653)zeertzjq1
2022-08-03feat(lua): print source locations of lua callbacks (#19597)ii141
2022-08-02refactor(cmd): unify execute_cmd with do_one_cmdLewis Russell1
2022-07-29refactor: fix clang and PVS warnings (#19569)zeertzjq1
2022-07-27perf(api): optimize nvim_cmd (#19513)Lewis Russell1
2022-07-25fix(api): make nvim_cmd mods.silent work correctly (#19489)notomo1
2022-07-03feat(api): add `unsilent` to command APIszeertzjq1
2022-06-28feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filterFamiu Haque1
2022-06-28refactor: replace char_u #18429dundargoc1
2022-06-28fix(inccommand): parse the command to check if it is previewableFamiu Haque1
2022-06-15docs: fix typos (#18866)dundargoc1
2022-06-14vim-patch:8.2.5088: value of cmod_verbose is a bit complicated to usezeertzjq1
2022-06-14vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq1
2022-06-14refactor(api): remove redundant fields of CmdParseInfozeertzjq1
2022-06-14vim-patch:8.2.1897: command modifiers are saved and set inconsistentlyzeertzjq1
2022-06-12refactor(api): move command related API to separate filebfredl1