2016-02-20 01:18:23 -07: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 08:17:16 -07:00
|
|
|
source test_assign.vim
|
2016-11-14 08:19:06 -07:00
|
|
|
source test_autocmd.vim
|
2016-07-18 08:17:16 -07:00
|
|
|
source test_cursor_func.vim
|
2016-10-08 08:07:20 -07: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 08:11:05 -07:00
|
|
|
source test_feedkeys.vim
|
2016-12-02 14:02:11 -07:00
|
|
|
source test_goto.vim
|
2016-11-24 23:13:30 -07:00
|
|
|
source test_matchstrpos.vim
|
2016-07-18 08:17:16 -07:00
|
|
|
source test_menu.vim
|
2016-11-26 16:34:52 -07:00
|
|
|
source test_messages.vim
|
2016-11-15 08:14:12 -07:00
|
|
|
source test_options.vim
|
2016-07-22 19:23:00 -07:00
|
|
|
source test_popup.vim
|
2016-08-16 18:47:54 -07:00
|
|
|
source test_regexp_utf8.vim
|
2016-11-24 23:59:10 -07:00
|
|
|
source test_statusline.vim
|
2016-09-10 12:35:47 -07:00
|
|
|
source test_syn_attr.vim
|
2016-11-26 16:17:39 -07:00
|
|
|
source test_tabline.vim
|
2016-10-22 14:22:50 -07:00
|
|
|
source test_tabpage.vim
|
2016-07-18 08:17:16 -07:00
|
|
|
source test_unlet.vim
|
2016-09-21 03:15:37 -07:00
|
|
|
source test_matchadd_conceal_utf8.vim
|