aboutsummaryrefslogtreecommitdiff
path: root/test/functional/autocmd
Commit message (Expand)AuthorAge
* 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
* autocmd: fixes and tests for autocmd window issuesBjörn Linse2019-05-13
* cursormoved: add tests for CursorMovedMarco Hinz2019-03-29
* autocmd: do not show empty section after ++once handlers expireJustin M. Keyes2019-03-14
* autocmd: rename: "++nested", "++once"Justin M. Keyes2019-03-14
* TextYankPost: add v:event["inclusive"] #9717Justin M. Keyes2019-03-13
* autocmd: rename "once" => "-once" #9713Justin M. Keyes2019-03-11
* autocmd: introduce "once" featureJustin M. Keyes2019-03-10
* events: add "Signal" event #9564Marco Hinz2019-02-04
* cmdline: support v:event in CmdlineChangedBjörn Linse2018-12-12
* preserve_exit: Ignore SIGHUPJustin M. Keyes2018-11-27