neovim/test/functional
Daniel Hahler 4731027447
tests: use vim.inspect (#10485)
The inspect modules is vendored as `vim.inspect`, and therefore it makes
sense to use this in tests also.

Ref: https://github.com/neovim/neovim/issues/6580
Ref: https://github.com/neovim/neovim/commit/bb3aa824b
2019-07-13 00:50:52 +02:00
..
api api/lua: make nvim_execute_lua use native lua floats, not special tables 2019-07-01 18:44:58 +02:00
autocmd tests: fix flaky "TermClose event triggers when fast-exiting terminal job stops" (#10377) 2019-07-02 22:44:11 +02:00
cmdline cmdline: CTRL-R: Omit trailing <CR>. 2017-02-18 23:24:35 +01:00
core channel: refactor events, prevent recursive invocation of events 2019-06-18 10:49:38 +02:00
eval viml/reltime(): allow negative result #10453 2019-07-09 12:08:54 +02:00
ex_cmds tests: use vim.inspect (#10485) 2019-07-13 00:50:52 +02:00
fixtures tests: shell-test: add INTERACT mode (#10405) 2019-07-03 22:49:13 +02:00
insert normal: Don't exit CTRL-O mode after processing K_EVENT 2019-06-04 13:59:43 +02:00
legacy vim-patch:8.1.0211: expanding a file name "~" results in $HOME 2019-05-25 20:36:01 -04:00
lua tests: loop_spec: retry (#10413) 2019-07-04 16:42:10 +02:00
normal build: update some test dependencies (#10339) 2019-06-29 22:25:00 +02:00
options vim-patch:8.1.1614: 'numberwidth' can only go up to 10 2019-07-05 21:26:46 -04:00
plugin man.vim: Handle ANSI escape sequences with ":" #10267 2019-06-30 15:25:49 +02:00
provider messages: use proper multiline error message for rpcrequest and API wrappers 2019-05-26 15:42:16 +02:00
shada jumplist: avoid extra tail entry #9805 2019-04-02 00:50:28 +02:00
terminal tests: ex_terminal_spec: add test for previous leak (#10450) 2019-07-08 18:42:52 +02:00
ui tests: use vim.inspect (#10485) 2019-07-13 00:50:52 +02:00
viml tests: adjust to latest Vim patches 2019-05-05 14:05:25 +02:00
example_spec.lua vim-patch:8.1.{0849,1001}: 'cursorline' highlight #9757 2019-03-19 12:24:41 +01:00
helpers.lua defaults: wildoptions=pum,tagfile #10384 2019-07-01 23:59:24 +02:00
preload.lua