aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/autocmd_spec.lua
Commit message (Expand)AuthorAge
* feat(api): nvim_get_autocmds filter by id#31549glepnir2025-01-26
* fix(events): don't expand `args.file` for Lua callback (#31473)zeertzjq2024-12-06
* test: improve test conventionsdundargoc2024-04-23
* fix(lua): only free luarefs when returning from API (#28373)zeertzjq2024-04-17
* test: getting autocmd Lua callback in Vimscript (#28367)zeertzjq2024-04-16
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* docs: small fixes (#25585)dundargoc2023-10-29
* fix(autocmd): API functions accept garbage after event name #25523ii142023-10-09
* test(api): update tests to new error messagesbfredl2023-08-07
* fix(events): don't expand non-file as file namezeertzjq2023-06-07
* fix(api): avoid assertion when autocmd group id is 0 (#23210)Dhruv Manilawala2023-04-23
* Merge #22214 move init_default_autocmds to luaJustin M. Keyes2023-02-14
|\
| * refactor: move init_default_autocmds to luaglacambre2023-02-11
* | 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
|/
* fix(api): nvim_create_autocmd crash on invalid types inside pattern arrayii142023-01-12
* docs #20986Justin M. Keyes2022-12-11
* feat(api): support pattern array for exec_autocmdsChristian Clason2022-06-26
* feat(autocmds): retrieve lua callback (#18642)kylo2522022-06-09
* 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
* feat(api): add `group_name` to `nvim_get_autocmds`Famiu Haque2022-05-05
* test: correct order of arguments to eq() and neq()zeertzjq2022-04-26
* 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
|/
* fix: set nested before executing callback (#17801)TJ DeVries2022-03-30
* refactor!: rename nvim_do_autocmd to nvim_exec_autocmd (#17854)Javier Lopez2022-03-26
* feat(api): remove Lua autocommand callbacks when they return true (#17784)Gregory Anders2022-03-19
* 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
* 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