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 4" These tests use utf8 'encoding'. Setting 'encoding' is already done in 5" runtest.vim. 6 7source test_charsearch_utf8.vim 8source test_expr_utf8.vim 9source test_mksession_utf8.vim 10source test_regexp_utf8.vim 11source test_source_utf8.vim 12source test_startup_utf8.vim 13source test_utf8.vim 14source test_utf8_comparisons.vim 15