summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/autocmd.c
AgeCommit message (Expand)AuthorFiles
2026-04-16test: lint naming conventions #39117Justin M. Keyes1
2026-04-13feat(api): rename buffer to buf in retval #38900Justin M. Keyes1
2026-04-08feat(api): rename buffer to buf #35330Jordan1
2026-04-08fix(api)!: nvim_clear_autocmds() "event" handlingSean Dewar1
2026-04-08docs(api): nvim_exec_autocmds() default "pattern"Sean Dewar1
2026-04-08fix(api)!: empty non-nil autocmd "pattern" handlingSean Dewar1
2026-03-17docs: api, lsp, messages, intro #38327Justin M. Keyes1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2025-12-25fix(autocmd): skip empty comma-separated patterns properlySean Dewar1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-12docs(autocmd): generate events enum type #34883luukvbaal1
2025-06-26docs(api): document types using LuaCATS typesLewis Russell1
2025-03-30docs: faq, lua packages #33183Phạm Bình An1
2025-03-18docs: misc #32959Justin M. Keyes1
2025-02-01refactor(autocmds): remove indirection #32291Justin M. Keyes1
2025-01-26feat(api): nvim_get_autocmds filter by id#31549glepnir1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-06fix(events): don't expand `args.file` for Lua callback (#31473)zeertzjq1
2024-11-25feat(keysets): teach Union and LuaRefOfLewis Russell1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-04-30docs: misc #24163Justin M. Keyes1
2024-03-09docs: support inline markdownLewis Russell1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-18refactor(api): use arena for autocmdsbfredl1
2024-02-18refactor(api): use an arena for mappingsbfredl1
2024-02-15docs: document breaking change for nvim_create_autocmd callback (#27484)Gregory Anders1
2024-02-13refactor(lua): use Arena when converting from lua stack to API argsbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: fix includes for api/autocmd.hdundargoc1
2023-11-27build(IWYU): export generated headersdundargoc1
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-12build: remove PVSdundargoc1
2023-10-10refactor: allow not having a `default` case for enumFamiu Haque1
2023-10-09fix(autocmd): API functions accept garbage after event name #25523ii141
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-06-02docs: small fixes (#23619)dundargoc1
2023-05-23refactor(api): new helper macrosFamiu Haque1
2023-04-27perf(events): store autocommands in flat vectors (#23256)ii141
2023-04-23fix(api): avoid assertion when autocmd group id is 0 (#23210)Dhruv Manilawala1
2023-04-07refactor: remove redundant castsii141
2023-03-22refactor: do more in TRY_WRAPLewis Russell1
2023-02-14refactor(api): consistent VALIDATE messages #22262Justin M. Keyes1
2023-02-14refactor(api): VALIDATE macros #22256Justin M. Keyes1