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
|
2018-09-23 04:55:06 -04:00
|
|
|
source test_behave.vim
|
2018-07-22 16:18:51 -04:00
|
|
|
source test_cd.vim
|
2018-01-01 16:21:55 +01:00
|
|
|
source test_changedtick.vim
|
2018-08-06 22:53:11 -04:00
|
|
|
source test_compiler.vim
|
2016-07-18 11:17:16 -04:00
|
|
|
source test_cursor_func.vim
|
2019-05-25 14:52:34 -04:00
|
|
|
source test_ex_equal.vim
|
2016-10-08 17:07:20 +02:00
|
|
|
source test_ex_undo.vim
|
2018-06-19 18:35:37 +00:00
|
|
|
source test_ex_z.vim
|
2018-01-01 16:21:55 +01:00
|
|
|
source test_execute_func.vim
|
2016-10-23 13:41:51 -07:00
|
|
|
source test_expr.vim
|
2016-09-10 23:11:05 +08:00
|
|
|
source test_feedkeys.vim
|
2017-04-29 07:58:49 -04:00
|
|
|
source test_filter_cmd.vim
|
2016-12-14 00:20:48 -07:00
|
|
|
source test_filter_map.vim
|
2018-01-31 04:21:29 +08:00
|
|
|
source test_findfile.vim
|
2017-06-04 22:19:43 -04:00
|
|
|
source test_float_func.vim
|
2017-06-05 22:39:09 -04:00
|
|
|
source test_functions.vim
|
2017-11-22 18:59:30 +08:00
|
|
|
source test_ga.vim
|
2018-07-10 18:15:09 -04:00
|
|
|
source test_global.vim
|
2016-12-02 16:02:11 -05:00
|
|
|
source test_goto.vim
|
2018-08-14 06:14:46 -04:00
|
|
|
source test_join.vim
|
2017-01-01 00:32:50 +08:00
|
|
|
source test_jumps.vim
|
2017-07-23 01:03:15 +08:00
|
|
|
source test_fileformat.vim
|
2018-02-03 11:58:44 +01:00
|
|
|
source test_filetype.vim
|
2016-12-14 17:06:36 -07:00
|
|
|
source test_lambda.vim
|
2017-03-13 20:07:36 +08:00
|
|
|
source test_mapping.vim
|
2018-06-19 18:35:37 +00:00
|
|
|
source test_menu.vim
|
2016-11-26 16:34:52 -07:00
|
|
|
source test_messages.vim
|
2019-05-25 15:01:22 -04:00
|
|
|
source test_modeline.vim
|
2018-11-11 13:13:14 -05:00
|
|
|
source test_move.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
|
2018-02-21 04:44:37 +08:00
|
|
|
source test_put.vim
|
2018-02-02 01:34:10 +01:00
|
|
|
source test_recover.vim
|
2016-08-16 21:47:54 -04:00
|
|
|
source test_regexp_utf8.vim
|
2018-06-03 19:31:37 -04:00
|
|
|
source test_scroll_opt.vim
|
2018-07-06 22:20:25 -04:00
|
|
|
source test_sort.vim
|
2017-03-10 17:26:22 -05:00
|
|
|
source test_source_utf8.vim
|
2018-02-11 20:09:15 +01:00
|
|
|
source test_sha256.vim
|
2016-11-24 23:59:10 -07:00
|
|
|
source test_statusline.vim
|
2018-09-23 19:59:42 -04:00
|
|
|
source test_suspend.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
|
2017-03-21 13:42:33 +01: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-04-07 16:08:58 -04:00
|
|
|
source test_taglist.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
|
2017-03-24 09:36:09 -04:00
|
|
|
source test_utf8.vim
|
2017-10-21 02:04:35 +02:00
|
|
|
source test_virtualedit.vim
|
2016-12-02 16:04:47 -07:00
|
|
|
source test_window_cmd.vim
|
2019-02-17 19:30:28 -05:00
|
|
|
source test_wnext.vim
|