summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/autocmd_spec.lua
AgeCommit message (Expand)AuthorFiles
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-12docs: use "ev" convention in event-handlersJustin M. Keyes1
2025-09-24test: remove a few more redundant clear() calls (#35903)zeertzjq1
2025-01-26feat(api): nvim_get_autocmds filter by id#31549glepnir1
2024-12-06fix(events): don't expand `args.file` for Lua callback (#31473)zeertzjq1
2024-04-23test: improve test conventionsdundargoc1
2024-04-17fix(lua): only free luarefs when returning from API (#28373)zeertzjq1
2024-04-16test: getting autocmd Lua callback in Vimscript (#28367)zeertzjq1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-10-29docs: small fixes (#25585)dundargoc1
2023-10-09fix(autocmd): API functions accept garbage after event name #25523ii141
2023-08-07test(api): update tests to new error messagesbfredl1
2023-06-07fix(events): don't expand non-file as file namezeertzjq1
2023-04-23fix(api): avoid assertion when autocmd group id is 0 (#23210)Dhruv Manilawala1
2023-02-14Merge #22214 move init_default_autocmds to luaJustin M. Keyes1
2023-02-14refactor(api): consistent VALIDATE messages #22262Justin M. Keyes1
2023-02-14refactor(api): VALIDATE macros #22256Justin M. Keyes1
2023-02-14refactor(api): VALIDATE macros #22187Justin M. Keyes1
2023-02-11refactor: move init_default_autocmds to luaglacambre1
2023-01-12fix(api): nvim_create_autocmd crash on invalid types inside pattern arrayii141
2022-12-11docs #20986Justin M. Keyes1
2022-06-26feat(api): support pattern array for exec_autocmdsChristian Clason1
2022-06-09feat(autocmds): retrieve lua callback (#18642)kylo2521
2022-05-21fix(autocmds): separate command from desc (#18617)kylo2521
2022-05-18feat(api): enable nvim_exec_autocmds to pass arbitrary data (#18613)Gregory Anders1
2022-05-05feat(api): add `group_name` to `nvim_get_autocmds`Famiu Haque1
2022-04-26test: correct order of arguments to eq() and neq()zeertzjq1
2022-04-08feat(api)!: pass args table to autocommand callbacksGregory Anders1
2022-04-01Merge pull request #17938 from ggandor/autocmd-api-namesbfredl1
2022-03-31refactor(api)!: use singular/plural consistently in the autocmd APIGyörgy Andorka1
2022-03-31Merge pull request #17929 from lewis6991/autocmdbfredl1
2022-03-31fix(api): improve autocmd error handlingLewis Russell1
2022-03-31feat(api): nvim_clear_autocmdTJ DeVries1
2022-03-30fix: set nested before executing callback (#17801)TJ DeVries1
2022-03-26refactor!: rename nvim_do_autocmd to nvim_exec_autocmd (#17854)Javier Lopez1
2022-03-19feat(api): remove Lua autocommand callbacks when they return true (#17784)Gregory Anders1
2022-03-07feat(api): autocmd `group` can be either name or id (#17559)Dhruv Manilawala1
2022-03-06feat(api): add 'buffer' argument to nvim_get_autocmds (#17594)Gregory Anders1
2022-03-01fix(api): include event in get_autocmds (#17553)Christian Clason1
2022-02-28feat(lua): add missing changes to autocmds lost in the rebaseTJ DeVries1