2015-12-03 16:33:12 +01:00
|
|
|
" A series of tests that can run in one Vim invocation.
|
|
|
|
|
" This makes testing go faster, since Vim doesn't need to restart.
|
|
|
|
|
|
2018-08-07 21:39:28 +02:00
|
|
|
source test_backup.vim
|
2018-09-14 20:10:32 +02:00
|
|
|
source test_behave.vim
|
2018-05-19 15:01:10 +02:00
|
|
|
source test_compiler.vim
|
2019-01-24 22:42:37 +01:00
|
|
|
source test_ex_equal.vim
|
2016-03-15 17:43:55 +01:00
|
|
|
source test_ex_undo.vim
|
2017-04-02 15:45:17 +02:00
|
|
|
source test_ex_z.vim
|
2019-12-18 22:26:31 +01:00
|
|
|
source test_ex_mode.vim
|
2016-01-16 21:50:51 +01:00
|
|
|
source test_expand.vim
|
2016-04-20 16:19:52 +02:00
|
|
|
source test_expand_dllpath.vim
|
2018-09-10 21:05:02 +02:00
|
|
|
source test_expand_func.vim
|
2016-03-10 22:19:53 +01:00
|
|
|
source test_feedkeys.vim
|
2016-03-08 17:08:53 +01:00
|
|
|
source test_file_perm.vim
|
2016-10-12 17:45:29 +02:00
|
|
|
source test_fnamemodify.vim
|
2017-02-01 20:53:38 +01:00
|
|
|
source test_ga.vim
|
2017-03-29 19:20:41 +02:00
|
|
|
source test_glob2regpat.vim
|
|
|
|
|
source test_global.vim
|
2016-07-01 14:04:51 +02:00
|
|
|
source test_jumps.vim
|
2015-12-03 16:54:53 +01:00
|
|
|
source test_lispwords.vim
|
2018-11-10 19:19:36 +01:00
|
|
|
source test_move.vim
|
2017-01-22 20:04:51 +01:00
|
|
|
source test_put.vim
|
2016-02-07 21:19:28 +01:00
|
|
|
source test_reltime.vim
|
2017-10-29 15:26:57 +01:00
|
|
|
source test_scroll_opt.vim
|
2015-12-28 19:20:36 +01:00
|
|
|
source test_searchpos.vim
|
2016-01-01 14:48:20 +01:00
|
|
|
source test_set.vim
|
2019-08-12 14:38:02 +02:00
|
|
|
source test_shift.vim
|
2017-07-08 14:29:19 +02:00
|
|
|
source test_sha256.vim
|
2016-04-11 21:55:15 +02:00
|
|
|
source test_tabline.vim
|
2016-08-20 16:57:02 +02:00
|
|
|
source test_tagcase.vim
|
2019-04-28 18:05:35 +02:00
|
|
|
source test_tagfunc.vim
|
2016-01-04 22:05:24 +01:00
|
|
|
source test_unlet.vim
|
2020-04-13 18:25:33 +02:00
|
|
|
source test_version.vim
|
2019-02-15 20:22:38 +01:00
|
|
|
source test_wnext.vim
|