1" A series of tests that can run in one Vim invocation. 2" This makes testing go faster, since Vim doesn't need to restart. 3 4source test_backup.vim 5source test_behave.vim 6source test_compiler.vim 7source test_ex_equal.vim 8source test_ex_undo.vim 9source test_ex_z.vim 10source test_ex_mode.vim 11source test_expand.vim 12source test_expand_dllpath.vim 13source test_expand_func.vim 14source test_feedkeys.vim 15source test_file_perm.vim 16source test_fnamemodify.vim 17source test_ga.vim 18source test_glob2regpat.vim 19source test_global.vim 20source test_jumps.vim 21source test_lispwords.vim 22source test_move.vim 23source test_put.vim 24source test_reltime.vim 25source test_scroll_opt.vim 26source test_searchpos.vim 27source test_set.vim 28source test_shift.vim 29source test_sha256.vim 30source test_tabline.vim 31source test_tagcase.vim 32source test_tagfunc.vim 33source test_unlet.vim 34source test_version.vim 35source test_wnext.vim 36