aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/autocmd.c
Commit message (Expand)AuthorAge
* 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