neovim/test/functional
Justin M. Keyes 9312e2d06a
autocmd: rename "once" => "-once" #9713
- Rename "nested" to "-nested", but continue to support "nested" for
  backwards-compatibility.
- Allow any order: "-once -nested" or "-nested -once".

ref https://github.com/neovim/neovim/pull/9706#issuecomment-471295747
2019-03-11 21:01:47 +01:00
..
api buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf() 2019-03-05 15:05:23 +01:00
autocmd autocmd: rename "once" => "-once" #9713 2019-03-11 21:01:47 +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 test/env: multibyte env var to child process 2019-02-28 22:40:11 +01:00
ex_cmds menu_get(): fix query behavior 2019-01-27 00:51:58 +01:00
fixtures test/env: multibyte env var to child process 2019-02-28 22:40:11 +01:00
insert insert-mode: interpret unmapped META as ESC 2018-04-04 03:23:15 +02:00
legacy API: don't directly call update_screen() in API functions 2019-01-08 23:31:48 +01:00
lua tests/lua: test for multiline error messages in lua 2019-01-23 19:34:13 +01:00
normal tests: improve robustness of immediate successes in screen tests 2018-10-15 20:13:11 +02:00
options vim-patch:8.0.1114: default for 'iminsert' is annoying 2019-02-03 09:52:13 -05: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-12 00:52:12 +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 TUI/background detection: hook into VimEnter event 2019-03-11 08:43:27 +01:00
ui vim-patch:8.1.0994: fix relative cursor position #9676 2019-03-09 23:12:33 +01:00
viml edit.c: Disable indent during completion 2019-03-03 23:08:08 +01:00
helpers.lua Merge #9292 from mhinz/xcode10 2019-01-17 23:24:03 +01:00
preload.lua functests: Check logs in lua code 2016-06-10 21:50:49 +03:00