neovim/test/functional
Björn Linse 413b313ad2 eval/api: don't allow the API to be called in the sandbox.
Identifying and maintaining a "secure" subset of the API would be too
much busywork. So just disable the entire thing.
2019-06-26 21:04:20 +02:00
..
api test/api: verify that UI options from stable metadata are preserved 2018-12-21 10:52:25 +01:00
autocmd cmdline: support v:event in CmdlineChanged 2018-12-12 15:31:52 +01:00
clipboard clipboard: Support custom VimL functions #9304 2018-12-03 00:07:08 +01:00
cmdline cmdline: CTRL-R: Omit trailing <CR>. 2017-02-18 23:24:35 +01:00
core startup: Use $XDG_CONFIG_DIRS/nvim/sysinit.vim if it exists 2018-12-16 12:05:47 -05:00
eval eval/api: don't allow the API to be called in the sandbox. 2019-06-26 21:04:20 +02:00
ex_cmds options: properly reset directories on 'autochdir' (#9894) 2019-04-15 21:04:16 +02:00
fixtures NVIM v0.3.2 2018-12-31 01:06:17 +01:00
insert insert-mode: interpret unmapped META as ESC 2018-04-04 03:23:15 +02:00
legacy vim-patch:8.1.0354: packadd test fails on MS-Windows 2018-12-29 16:53:09 -05:00
lua API: return non-generic VimL errors 2018-05-09 23:18:38 +02:00
normal tests: improve robustness of immediate successes in screen tests 2018-10-15 20:13:11 +02:00
options tests: improve robustness of immediate successes in screen tests 2018-10-15 20:13:11 +02:00
plugin functionaltest: win: enable shada FileWriteCmd 2018-10-31 22:55:07 -04:00
provider provider: improve error message if provider is missing (#9487) 2019-01-13 01:49:07 +01:00
shada startup: always wait for UI with --embed, unless --headless also is supplied 2018-09-22 10:18:28 +02:00
spell test/rmdir(): Remove readonly attr on Windows. 2017-04-10 22:59:30 +02:00
terminal :terminal : set topline based on window height #8325 2019-02-06 04:12:14 +01:00
ui Mark "shell command :! throttles shell-command output greater than ~10KB" fragile 2019-01-01 11:27:52 -05:00
viml os/lang: use the correct LC_NUMERIC also for OS X 2018-12-13 17:07:12 +01:00
helpers.lua runtime/lua/vim/compat.lua 2018-12-20 11:57:30 +01:00
preload.lua