neovim/test/functional/autocmd
Daniel Hahler 6cc76194b2
tests: use runtime from build for doc/tags with :help (#10479)
This is better practice in general, and allows to remove the "helptags
ALL" hacks.

Ref: https://github.com/neovim/neovim/issues/8824
Ref: https://github.com/neovim/neovim/commit/f1b67c3453c

* Makefile: fix dependencies with regard to helptags

- use the file as the main target to avoid unnecessary triggering
- use "make oldtest" on Travis to ensure it gets built
2019-08-28 22:47:54 +02:00
..
autocmd_spec.lua :doautocmd : Never show "No matching autocommands" #10689 2019-08-05 03:33:45 +02:00
bufenter_spec.lua tests: use runtime from build for doc/tags with :help (#10479) 2019-08-28 22:47:54 +02:00
cmdline_spec.lua cmdline: support v:event in CmdlineChanged 2018-12-12 15:31:52 +01:00
cursorhold_spec.lua Fix missing CursorHoldI events (#3758) 2019-07-16 01:35:43 +02:00
cursormoved_spec.lua cursormoved: add tests for CursorMoved 2019-03-29 10:58:53 +01:00
dirchanged_spec.lua DirChanged: support <buffer> (#8140) 2018-03-16 07:29:20 +01:00
filetype_spec.lua tests: use runtime from build for doc/tags with :help (#10479) 2019-08-28 22:47:54 +02:00
signal_spec.lua events: add "Signal" event #9564 2019-02-04 02:39:05 +01:00
tabclose_spec.lua api: change nvim_command_output behavior 2018-01-10 23:45:44 +01:00
tabnew_spec.lua Windows: enable more tests 2017-01-13 01:17:12 +01:00
tabnewentered_spec.lua api: change nvim_command_output behavior 2018-01-10 23:45:44 +01:00
termclose_spec.lua tests: fix flaky "TermClose … fast-exiting terminal job stops" 2019-08-05 03:52:17 +02:00
textyankpost_spec.lua TextYankPost: spurious/too-early dispatch during delete #10392 2019-07-29 00:50:11 +02:00