summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/command.c
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(api): leak preview callback LuaRef in nvim_create_user_command #39357Barrett Ruth1
2026-04-16test: lint naming conventions #39117Justin M. Keyes1
2026-04-15refactor(api): rename buffer to buf (positional parameters) #39013Justin M. Keyes1
2026-03-13docs: miscJustin M. Keyes1
2026-03-13fix(api): nvim_parse_cmd on range-only, modifier-only commands #36665glepnir1
2025-11-22docs: misc, build, lspJustin M. Keyes1
2025-09-26vim-patch:8.1.2077: the ops.c file is too bigJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-13fix(api): fix not capturing output in cmdline mode (#35322)zeertzjq1
2025-08-12fix(api): fix crash in command preview with % #35228glepnir1
2025-08-02fix(api): nvim_create_user_command addr option should allow ranges #35077glepnir1
2025-06-26docs(api): document types using LuaCATS typesLewis Russell1
2025-06-14fix(api): nvim_parse_cmd parses :map incorrectly #34068glepnir1
2025-06-09fix(api): count parameter in nvim_parse_cmd, nvim_cmd #34253glepnir1
2025-05-05feat(api): nvim_cmd supports plus ("+cmd", "++opt") flags #30103glepnir1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-04-23fix(api): nvim_parse_cmd "range" when ea.addr_count=0 #33536Au.1
2025-03-27vim-patch:9.1.1224: cannot :put while keeping indent (#33076)zeertzjq1
2025-03-17docs(api): rename "handle" => "id"Justin M. Keyes1
2025-01-08fix(api): crash on invalid buffer to nvim_buf_del_user_command (#31908)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-25feat(keysets): teach Union and LuaRefOfLewis Russell1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-06-04fixup: apply the change on more filesJames Tirta Halim1
2024-03-09docs: support inline markdownLewis Russell1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-19refactor(api): use an arena for user commandsbfredl1
2024-02-15refactor(eval): use arena when converting typvals to Objectbfredl1
2024-02-13refactor(lua): use Arena when converting from lua stack to API argsbfredl1
2024-02-09refactor(api): use arena for nvim_parse_cmd()bfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-05refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27refactor: fix includes for api/autocmd.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-10refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders1
2023-08-07refactor(api): use typed keysetsbfredl1
2023-08-03docs: miscJustin M. Keyes1
2023-07-01fix(api): nvim_parse_cmd error message in pcall() #23297Alexandre Teoi1
2023-06-28fix(api): nvim_cmd{cmd="win_getid"} parsed as :winsize #24181Justin M. Keyes1