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
|
2016-11-14 10:19:06 -05:00
|
|
|
source test_autocmd.vim
|
2016-07-18 11:17:16 -04:00
|
|
|
source test_cursor_func.vim
|
2017-01-08 23:13:51 -05:00
|
|
|
source test_execute_func.vim
|
2016-10-08 17:07:20 +02:00
|
|
|
source test_ex_undo.vim
|
2016-10-23 13:41:51 -07:00
|
|
|
source test_expr.vim
|
2016-10-23 16:59:24 -07:00
|
|
|
source test_expr_utf8.vim
|
2016-09-10 23:11:05 +08:00
|
|
|
source test_feedkeys.vim
|
2016-12-14 00:20:48 -07:00
|
|
|
source test_filter_map.vim
|
2016-12-02 16:02:11 -05:00
|
|
|
source test_goto.vim
|
2017-01-01 00:32:50 +08:00
|
|
|
source test_jumps.vim
|
2016-12-14 17:06:36 -07:00
|
|
|
source test_lambda.vim
|
2016-12-06 16:54:59 -07:00
|
|
|
source test_match.vim
|
|
|
|
|
source test_matchadd_conceal_utf8.vim
|
2016-07-18 11:17:16 -04:00
|
|
|
source test_menu.vim
|
2016-11-26 16:34:52 -07:00
|
|
|
source test_messages.vim
|
2016-11-15 10:14:12 -05:00
|
|
|
source test_options.vim
|
2016-10-24 23:53:07 -07:00
|
|
|
source test_partial.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-11-24 23:59:10 -07:00
|
|
|
source test_statusline.vim
|
2016-09-10 20:35:47 +01:00
|
|
|
source test_syn_attr.vim
|
2016-11-26 16:17:39 -07:00
|
|
|
source test_tabline.vim
|
2016-10-22 23:22:50 +02:00
|
|
|
source test_tabpage.vim
|
2017-02-25 22:42:25 +08:00
|
|
|
source test_tagcase.vim
|
2016-12-07 10:40:33 -05:00
|
|
|
source test_tagjump.vim
|
2017-02-27 12:06:27 -05:00
|
|
|
source test_true_false.vim
|
2016-07-18 11:17:16 -04:00
|
|
|
source test_unlet.vim
|
2016-12-02 16:04:47 -07:00
|
|
|
source test_window_cmd.vim
|