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.
|
|
|
|
|
2019-11-18 00:38:27 -07:00
|
|
|
source test_backup.vim
|
2018-09-23 01:55:06 -07:00
|
|
|
source test_behave.vim
|
2018-07-22 13:18:51 -07:00
|
|
|
source test_cd.vim
|
2018-01-01 08:21:55 -07:00
|
|
|
source test_changedtick.vim
|
2018-08-06 19:53:11 -07:00
|
|
|
source test_compiler.vim
|
2016-07-18 08:17:16 -07:00
|
|
|
source test_cursor_func.vim
|
2019-05-25 11:52:34 -07:00
|
|
|
source test_ex_equal.vim
|
2016-10-08 08:07:20 -07:00
|
|
|
source test_ex_undo.vim
|
2018-06-19 11:35:37 -07:00
|
|
|
source test_ex_z.vim
|
2018-01-01 08:21:55 -07:00
|
|
|
source test_execute_func.vim
|
2019-08-24 21:45:45 -07:00
|
|
|
source test_expand_func.vim
|
2016-09-10 08:11:05 -07:00
|
|
|
source test_feedkeys.vim
|
2017-04-29 04:58:49 -07:00
|
|
|
source test_filter_cmd.vim
|
2016-12-14 00:20:48 -07:00
|
|
|
source test_filter_map.vim
|
2018-01-30 13:21:29 -07:00
|
|
|
source test_findfile.vim
|
2017-06-04 19:19:43 -07:00
|
|
|
source test_float_func.vim
|
2017-06-05 19:39:09 -07:00
|
|
|
source test_functions.vim
|
2017-11-22 03:59:30 -07:00
|
|
|
source test_ga.vim
|
2018-07-10 15:15:09 -07:00
|
|
|
source test_global.vim
|
2016-12-02 14:02:11 -07:00
|
|
|
source test_goto.vim
|
2018-08-14 03:14:46 -07:00
|
|
|
source test_join.vim
|
2016-12-31 09:32:50 -07:00
|
|
|
source test_jumps.vim
|
2017-07-22 10:03:15 -07:00
|
|
|
source test_fileformat.vim
|
2018-02-03 03:58:44 -07:00
|
|
|
source test_filetype.vim
|
2016-12-14 17:06:36 -07:00
|
|
|
source test_lambda.vim
|
2018-06-19 11:35:37 -07:00
|
|
|
source test_menu.vim
|
2016-11-26 16:34:52 -07:00
|
|
|
source test_messages.vim
|
2019-05-25 12:01:22 -07:00
|
|
|
source test_modeline.vim
|
2018-11-11 11:13:14 -07:00
|
|
|
source test_move.vim
|
2016-10-24 23:53:07 -07:00
|
|
|
source test_partial.vim
|
2016-07-22 19:23:00 -07:00
|
|
|
source test_popup.vim
|
2018-02-20 13:44:37 -07:00
|
|
|
source test_put.vim
|
2021-04-01 08:54:12 -07:00
|
|
|
source test_rename.vim
|
2018-06-03 16:31:37 -07:00
|
|
|
source test_scroll_opt.vim
|
2021-04-10 11:35:19 -07:00
|
|
|
source test_shift.vim
|
2018-07-06 19:20:25 -07:00
|
|
|
source test_sort.vim
|
2018-02-11 12:09:15 -07:00
|
|
|
source test_sha256.vim
|
2018-09-23 16:59:42 -07:00
|
|
|
source test_suspend.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
|
2019-05-25 13:49:25 -07:00
|
|
|
source test_tabpage.vim
|
2017-02-25 07:42:25 -07:00
|
|
|
source test_tagcase.vim
|
2019-10-10 14:06:45 -07:00
|
|
|
source test_tagfunc.vim
|
2016-12-07 08:40:33 -07:00
|
|
|
source test_tagjump.vim
|
2017-04-07 13:08:58 -07:00
|
|
|
source test_taglist.vim
|
2017-02-27 10:06:27 -07:00
|
|
|
source test_true_false.vim
|
2016-07-18 08:17:16 -07:00
|
|
|
source test_unlet.vim
|
2020-10-12 19:24:26 -07:00
|
|
|
source test_version.vim
|
2017-10-20 17:04:35 -07:00
|
|
|
source test_virtualedit.vim
|
2016-12-02 16:04:47 -07:00
|
|
|
source test_window_cmd.vim
|
2019-02-17 17:30:28 -07:00
|
|
|
source test_wnext.vim
|