aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/autocmd.c
Commit message (Expand)AuthorAge
* 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
* feat(autocmds): retrieve lua callback (#18642)kylo2522022-06-09
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* fix(autocmds): separate command from desc (#18617)kylo2522022-05-21
* feat(api): enable nvim_exec_autocmds to pass arbitrary data (#18613)Gregory Anders2022-05-18
* Merge pull request #18431 from famiu/feat/api/nvim_get_autocmds/group_namebfredl2022-05-05
|\
| * feat(api): add `group_name` to `nvim_get_autocmds`Famiu Haque2022-05-05
* | refactor: replace char_u variables and functions with charDundar Goc2022-05-05
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* fix(coverity): use xstrndup() instead of vim_strsave() (#18363)zeertzjq2022-05-03
* docs(api): add example showing necessity to wrap callback function (#18179)Mathias Fußenegger2022-04-20
* docs: typo fixes (#17859)dundargoc2022-04-15
* feat(api)!: pass args table to autocommand callbacksGregory Anders2022-04-08
* Merge pull request #17938 from ggandor/autocmd-api-namesbfredl2022-04-01
|\
| * refactor(api)!: use singular/plural consistently in the autocmd APIGyörgy Andorka2022-03-31
* | Merge pull request #17929 from lewis6991/autocmdbfredl2022-03-31
|\ \ | |/ |/|
| * fix(api): improve autocmd error handlingLewis Russell2022-03-31
* | feat(api): nvim_clear_autocmdTJ DeVries2022-03-31
|/
* refactor!: rename nvim_do_autocmd to nvim_exec_autocmd (#17854)Javier Lopez2022-03-26
* docs(api): fix wrong documentation of `nvim_create_autocmd` (#17870)かわえもん2022-03-26
* docs(api): improve autocommand docs (#17545)Javier Lopez2022-03-25
* refactor(uncrustify): format all c filesDundar Göc2022-03-10
* feat(api): autocmd `group` can be either name or id (#17559)Dhruv Manilawala2022-03-07
* feat(api): add 'buffer' argument to nvim_get_autocmds (#17594)Gregory Anders2022-03-06
* refactor(PVS/V547): aucmd.type == CALLABLE_NONE is always falsezeertzjq2022-03-02
* refactor(PVS/V560): ap == NULL is always falsezeertzjq2022-03-02
* chore(PVS): add PVS header to api/autocmd.czeertzjq2022-03-02
* fix(api): include event in get_autocmds (#17553)Christian Clason2022-03-01
* feat(lua): add missing changes to autocmds lost in the rebaseTJ DeVries2022-02-28
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27