summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/autocmd/autocmd_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-01-18fix(autocmd): heap UAF with :bwipe in Syntax autocmdEmanuel Krollmann1
2025-12-25fix(autocmd): skip empty comma-separated patterns properlySean Dewar1
2025-12-25fix(autocmd): parsing of comma-separated buflocal patternsSean Dewar1
2025-12-21fix(window): win_move_after UAF from naughty autocmds (#37065)Sean Dewar1
2025-07-22fix(window): disallow closing autocmd window in other tabpageSean Dewar1
2025-06-01fix(eval): winnr('$') counts non-current hidden/unfocusable windows #34207luukvbaal1
2025-02-01fix(autocmds): once=true Lua event-handler may call itself #29544Felipe Vicentin1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-08-14refactor(tests): again yet more global highlight definitionsbfredl1
2024-06-28refactor: use `vim._with` where possibledundargoc1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-04-07test: more tests for aucmd_win remaining floating (#28214)zeertzjq1
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-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-04-27fix(events): null dereference in autocmd functionsii141
2023-04-27perf(events): store autocommands in flat vectors (#23256)ii141
2023-01-24fix(api): don't allow hiding aucmd_win from another tabpage (#21975)zeertzjq1
2023-01-16refactor: remove E5500, adjust testszeertzjq1
2022-04-21test: add a Lua functional test for NoName buffer event orderCharlie Groves1
2022-04-21vim-patch:8.1.1756: autocommand that splits window messes up window layoutzeertzjq1
2022-04-11fix(events): make v:event readonly in more events (#18070)zeertzjq1
2022-03-23fix(aucmd_win): always make aucmd_win the last windowzeertzjq1
2022-02-27feat(lua): add api and lua autocmdsTJ DeVries1
2022-02-23fix(aucmd_win): ensure aucmd_win stays floatingSean Dewar1
2021-06-26Fix `<afile>` getting prepended with a slash on WinClosed (#14515)Ghjuvan Lacambre1
2020-01-18WinClosed: sort auevents.lua; improve testsJustin M. Keyes1
2020-01-18autocmd: WinClosed exposes window id as <afile>notomo1
2020-01-18autocmd: add WinClosed eventMarcos ALMEIDA1
2020-01-14API: include invalid buffer/window/tabpage in error message (#11712)Daniel Hahler1
2019-09-06test: Rename meth_pcall to pcall_errJustin M. Keyes1
2019-08-05:doautocmd : Never show "No matching autocommands" #10689Justin M. Keyes1
2019-05-26messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse1
2019-05-25refactor: introduce XFREE_CLEAR()Justin M. Keyes1
2019-05-13autocmd: fixes and tests for autocmd window issuesBjörn Linse1
2019-03-14autocmd: do not show empty section after ++once handlers expireJustin M. Keyes1
2019-03-14autocmd: rename: "++nested", "++once"Justin M. Keyes1
2019-03-11autocmd: rename "once" => "-once" #9713Justin M. Keyes1
2019-03-10autocmd: introduce "once" featureJustin M. Keyes1
2017-04-09functests: Fix linter errorsZyX1
2017-04-08functests: Move test from legacy/009 to autocmd/autocmdZyX1
2017-01-09fix test failurelonerover1
2016-11-14vim-patch:7.4.1658James McCoy1
2016-06-10functests: Check logs in lua codeZyX1
2016-03-02Tests: add autocmd_spec.luaMarco Hinz1