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.  Checking for the multi_byte feature is in the individual
6" files, so that they can be run by themselves.
7
8source test_charsearch_utf8.vim
9source test_expr_utf8.vim
10source test_matchadd_conceal_utf8.vim
11source test_regexp_utf8.vim
12source test_source_utf8.vim
13source test_utf8.vim
14source test_utf8_comparisons.vim
15