aboutsummaryrefslogtreecommitdiff
path: root/test/functional/autocmd
Commit message (Expand)AuthorAge
* 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
* job-control: children_kill_cb(): do not check elapsed timeJustin M. Keyes2018-04-15
* msg: do not scroll entire screen (#8088)Björn Linse2018-03-31
* test: use luv.now() instead of os.time()Justin M. Keyes2018-03-16
* DirChanged: support <buffer> (#8140)Marco Hinz2018-03-16
* test: rename next_message() to next_msg()Justin M. Keyes2018-03-11
* test: win: enable termclose_spec.luaJan Edmund Lazo2018-02-19
* vim-patch-8.0.0649 and vim-patch-8.0.0650: autocmd open help 2 timesNimit Bhardwaj2018-02-17
* api: change nvim_command_output behaviorJustin M. Keyes2018-01-10
* tests: termclose_spec: fix flaky SIGTERM test #7787Daniel Hahler2017-12-30
* Merge #7782 'Fix TabClose autocommand via close_windows'Justin M. Keyes2017-12-30
|\
| * Move applying of TabClosed to win_close_othertabDaniel Hahler2017-12-29
|/
* window.c: do BufEnter in correct window after closing help #7431glacambre2017-12-10
* FIXUP: duplicate error number in #7422Björn Linse2017-11-23
* cmdline: CmdlineEnter and CmdlineLeave autocommands (#7422)Björn Linse2017-11-22
* ci: XXX: permissive termclose_spec timer (#7217)Matthieu Coudron2017-08-26
* jobstop/process_stop: send SIGTERM directlyDaniel Hahler2017-07-07
* functests: Fix linter errorsZyX2017-04-09
* functests: Replace execute with either command or feed_commandZyX2017-04-09
* functests: Move test from legacy/009 to autocmd/autocmdZyX2017-04-08
* test: retry() works with asserts; error() not required.Justin M. Keyes2017-04-06
* test/termclose: Avoid indeterminism (#6281)Justin M. Keyes2017-03-15
* DirChanged: avoid redundant events on 'autochdir'Justin M. Keyes2017-03-12
* DirChanged: trigger when switching scopesJustin M. Keyes2017-03-12
* DirChanged: Publish _after_ updating win/tab CWD.Justin M. Keyes2017-03-12
* terminal: Keep cursor position.Justin M. Keyes2017-03-01
* DirChanged: set <amatch> (#5961)Justin M. Keyes2017-01-17
* Merge #5928 'New event: DirChanged'Marco Hinz2017-01-16
|\
| * Add autocmd/dirchanged_spec.luaMarco Hinz2017-01-13
* | Merge #5918 'vim-patch: 7.4.2006, 7.4.2075, 7.4.2077, 7.4.2117, 7.4.2300, 7.4...Justin M. Keyes2017-01-16
|\ \ | |/ |/|
| * fix test failurelonerover2017-01-09