aboutsummaryrefslogtreecommitdiff
path: root/test/functional/autocmd/autocmd_spec.lua
Commit message (Expand)AuthorAge
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(events): null dereference in autocmd functionsii142023-04-27
* perf(events): store autocommands in flat vectors (#23256)ii142023-04-27
* fix(api): don't allow hiding aucmd_win from another tabpage (#21975)zeertzjq2023-01-24
* refactor: remove E5500, adjust testszeertzjq2023-01-16
* test: add a Lua functional test for NoName buffer event orderCharlie Groves2022-04-21
* vim-patch:8.1.1756: autocommand that splits window messes up window layoutzeertzjq2022-04-21
* fix(events): make v:event readonly in more events (#18070)zeertzjq2022-04-11
* fix(aucmd_win): always make aucmd_win the last windowzeertzjq2022-03-23
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* fix(aucmd_win): ensure aucmd_win stays floatingSean Dewar2022-02-23
* Fix `<afile>` getting prepended with a slash on WinClosed (#14515)Ghjuvan Lacambre2021-06-26
* WinClosed: sort auevents.lua; improve testsJustin M. Keyes2020-01-18
* autocmd: WinClosed exposes window id as <afile>notomo2020-01-18
* autocmd: add WinClosed eventMarcos ALMEIDA2020-01-18
* API: include invalid buffer/window/tabpage in error message (#11712)Daniel Hahler2020-01-14
* test: Rename meth_pcall to pcall_errJustin M. Keyes2019-09-06
* :doautocmd : Never show "No matching autocommands" #10689Justin M. Keyes2019-08-05
* messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse2019-05-26
* refactor: introduce XFREE_CLEAR()Justin M. Keyes2019-05-25
* autocmd: fixes and tests for autocmd window issuesBjörn Linse2019-05-13
* autocmd: do not show empty section after ++once handlers expireJustin M. Keyes2019-03-14
* autocmd: rename: "++nested", "++once"Justin M. Keyes2019-03-14
* autocmd: rename "once" => "-once" #9713Justin M. Keyes2019-03-11
* autocmd: introduce "once" featureJustin M. Keyes2019-03-10
* functests: Fix linter errorsZyX2017-04-09
* functests: Move test from legacy/009 to autocmd/autocmdZyX2017-04-08
* fix test failurelonerover2017-01-09
* vim-patch:7.4.1658James McCoy2016-11-14
* functests: Check logs in lua codeZyX2016-06-10
* Tests: add autocmd_spec.luaMarco Hinz2016-03-02