aboutsummaryrefslogtreecommitdiff
path: root/test/functional/autocmd
Commit message (Expand)AuthorAge
* refactor: remove E5500, adjust testszeertzjq2023-01-16
* feat(api): show more exception infoerw72023-01-16
* fix(tui): more work in the TUIbfredl2022-12-31
* vim-patch:8.2.2870: CmdlineChange event triggered twice for CTRL-R (#21361)zeertzjq2022-12-11
* fix(events): skip WinScrolled for newly-created float windows (#21333)zeertzjq2022-12-10
* vim-patch:9.0.1025: WinScrolled is not triggered when filler lines change (#2...zeertzjq2022-12-07
* fix(events): save v:event for cmdline autocommands separately (#21316)zeertzjq2022-12-07
* vim-patch:partial:9.0.0917: the WinScrolled autocommand event is not enough (...zeertzjq2022-11-23
* test: simplify platform detection (#21020)dundargoc2022-11-22
* test: add a test for #18222zeertzjq2022-11-20
* vim-patch:9.0.0915: WinScrolled may trigger immediately when definedzeertzjq2022-11-20
* vim-patch:partial:9.0.0913: only change in current window triggers the WinScr...zeertzjq2022-11-20
* test: introduce skip() #21010dundargoc2022-11-13
* vim-patch:9.0.0614: SpellFileMissing autocmd may delete bufferzeertzjq2022-10-15
* fix: assert failure when changing 'ut' while waiting for CursorHold (#20241)zeertzjq2022-09-18
* fix(events): make CursorHold behave as documentedzeertzjq2022-09-17
* fix(events): triggered WinScrolled when only skipcol changed (#19972)zeertzjq2022-08-29
* fix(terminal): crash if TermClose deletes own buffer #19222Justin M. Keyes2022-07-05
* refactor(tests): introduce testprg()Justin M. Keyes2022-06-25
* 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
* test: unskip tests skipped in #14661zeertzjq2022-04-13
* vim-patch:8.2.4739: accessing freed memory after WinScrolled autocmd event (#...zeertzjq2022-04-12
* test: properly test WinScrolled eventzeertzjq2022-04-12
* fix(events): make v:event readonly in more events (#18070)zeertzjq2022-04-11
* feat(events): support SIGWINCH for Signal event #18029Loong Wang2022-04-10
* fix(autocmd): restore autocmd showing behaviorzeertzjq2022-04-06
* 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
* feat(events): add DirChangedPrezeertzjq2022-02-11
* vim-patch:8.2.1128: the write message mentions characters, but it's byteszeertzjq2022-02-04
* feat(autocmd): populate v:event in RecordingLeave (#16828)Axel Dahlberg2022-01-04
* fix: update last cursor on first CursorMoved (#16698)Michael Lingelbach2021-12-18
* feat(autocmd): add Recording autocmdsThomas Vigouroux2021-12-18
* feat: add autocommand event when search wraps around (#8487)Alejandro Exojo2021-12-10
* feat: trigger ModeChanged for terminal modesMagnus Groß2021-11-18
* test(dirchanged): add tests for DirChanged pattern "auto"zeertzjq2021-10-17
* refactor(dirchanged): tab -> tabpagezeertzjq2021-10-17
* vim-patch:8.1.0604: autocommand test fails on MS-Windowszeertzjq2021-10-17
* vim-patch:8.1.0602: DirChanged is also triggered when directory didn't changezeertzjq2021-10-17
* refactor(tests): remove redir_exec #15718Justin M. Keyes2021-09-19
* test: reorg #15698Justin M. Keyes2021-09-17
* feat(terminal): TermClose: set exit code in v:event.status #15406Gregory Anders2021-08-20
* Fix `<afile>` getting prepended with a slash on WinClosed (#14515)Ghjuvan Lacambre2021-06-26
* Merge pull request #13205 from romgrk/add-bufmodified-autocmdBjörn Linse2020-11-09
|\
| * test: update BufModifiedSet to be paranoidRom Grk2020-11-09
| * test: fix BufModifiedSetRom Grk2020-11-07
| * tests: add functional test for BufModifiedSetRom Grk2020-11-07
* | Add v:event flag on DirChanged signaling switching window (#13153)Andrea Cedraro2020-11-07
|/