aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/autocmd.c
Commit message (Expand)AuthorAge
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* fix(events): don't expand `args.file` for Lua callback (#31473)zeertzjq2024-12-06
* feat(keysets): teach Union and LuaRefOfLewis Russell2024-11-25
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* docs: misc #24163Justin M. Keyes2024-04-30
* docs: support inline markdownLewis Russell2024-03-09
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* refactor(api): use arena for autocmdsbfredl2024-02-18
* refactor(api): use an arena for mappingsbfredl2024-02-18
* docs: document breaking change for nvim_create_autocmd callback (#27484)Gregory Anders2024-02-15
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: eliminate cyclic includesdundargoc2023-12-20
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* build(IWYU): export generated headersdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* build: remove PVSdundargoc2023-11-12
* refactor: allow not having a `default` case for enumFamiu Haque2023-10-10
* fix(autocmd): API functions accept garbage after event name #25523ii142023-10-09
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* refactor(api): use typed keysetsbfredl2023-08-07
* docs: miscJustin M. Keyes2023-08-03
* docs: small fixes (#23619)dundargoc2023-06-02
* refactor(api): new helper macrosFamiu Haque2023-05-23
* perf(events): store autocommands in flat vectors (#23256)ii142023-04-27
* fix(api): avoid assertion when autocmd group id is 0 (#23210)Dhruv Manilawala2023-04-23
* refactor: remove redundant castsii142023-04-07
* refactor: do more in TRY_WRAPLewis Russell2023-03-22
* refactor(api): consistent VALIDATE messages #22262Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* docs(api): tweak data arg for nvim_create_autocmd (#22008)Lewis Russell2023-01-27
* fix(api): nvim_create_autocmd crash on invalid types inside pattern arrayii142023-01-12
* docs #20986Justin M. Keyes2022-12-11
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* docs(api): pattern is not expanded for autocommands (#20812)Christian Clason2022-10-27
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* docs(autocmds): re-add buffer param to docstring (#20204)kylo2522022-09-16
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* fix(api): change default value of 'pattern' in nvim_exec_autocmds (#19115)Gregory Anders2022-06-27
* refactor(api): use FOREACH_ITEM macro in autocmdChristian Clason2022-06-26
* feat(api): support pattern array for exec_autocmdsChristian Clason2022-06-26