2016-02-20 17:18:23 +09:00
|
|
|
" A series of tests that can run in one Vim invocation.
|
|
|
|
|
" This makes testing go faster, since Vim doesn't need to restart.
|
|
|
|
|
|
2016-07-18 11:17:16 -04:00
|
|
|
source test_assign.vim
|
|
|
|
|
source test_cursor_func.vim
|
2016-10-08 17:07:20 +02:00
|
|
|
source test_ex_undo.vim
|
2016-09-10 23:11:05 +08:00
|
|
|
source test_feedkeys.vim
|
2016-07-23 11:33:38 +09:00
|
|
|
source test_cmdline.vim
|
2016-07-18 11:17:16 -04:00
|
|
|
source test_menu.vim
|
2016-07-23 11:23:00 +09:00
|
|
|
source test_popup.vim
|
2016-08-16 21:47:54 -04:00
|
|
|
source test_regexp_utf8.vim
|
2016-09-10 20:35:47 +01:00
|
|
|
source test_syn_attr.vim
|
2016-07-18 11:17:16 -04:00
|
|
|
source test_unlet.vim
|
2016-09-21 17:15:37 +07:00
|
|
|
source test_matchadd_conceal_utf8.vim
|