aboutsummaryrefslogtreecommitdiff
path: root/test/functional/autocmd
Commit message (Expand)AuthorAge
* 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
|/
* my fight with the linter (tome II)Rom Grk2020-11-06
* tests: separate scroll test for horizontal/vertical scrollRom Grk2020-10-31
* tests: make scroll tests passRom Grk2020-10-30
* tests: add functional test for WinScrolledRom Grk2020-10-28
* tests: add test for Scroll autocmdRom Grk2020-10-24
* Add v:event.visual during `TextYankPost` (#12382)Christian Clason2020-06-03
* tabpage: "tabnext #" switches to previous tab #11734butwerenotthereyet2020-01-20
* Merge #11735 ':tabs : show # for previous tabpage'Justin M. Keyes2020-01-19
|\
| * tabpage: :tabs indicates previous tabpage's curwinWe're Yet2020-01-19
* | 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
* tabpage: disallow go-to-previous in cmdline-win #11692butwerenotthereyet2020-01-09
* tabpage: track last-used tabpage #11626butwerenotthereyet2020-01-02
* API: deprecate nvim_command_outputJustin M. Keyes2019-12-02
* doc: fix typosBrian Wignall2019-11-27
* autocmds: TermEnter, TermLeave #8550Usama Hameed2019-09-14
* test: Rename meth_pcall to pcall_errJustin M. Keyes2019-09-06
* tests: use runtime from build for doc/tags with :help (#10479)Daniel Hahler2019-08-28
* tests: fix flaky "TermClose … fast-exiting terminal job stops"Justin M. Keyes2019-08-05
* :doautocmd : Never show "No matching autocommands" #10689Justin M. Keyes2019-08-05
* TextYankPost: spurious/too-early dispatch during delete #10392Jit2019-07-29
* Fix missing CursorHoldI events (#3758)Daniel Hahler2019-07-16
* tests: fix flaky "TermClose event triggers when fast-exiting terminal job sto...Daniel Hahler2019-07-02
* messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse2019-05-26
* refactor: introduce XFREE_CLEAR()Justin M. Keyes2019-05-25