Bram Moolenaar | 22e4215 | 2016-04-03 14:02:02 +0200 | [diff] [blame] | 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 | |
Bram Moolenaar | ac105ed | 2016-07-21 20:33:32 +0200 | [diff] [blame] | 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 |
Bram Moolenaar | 22e4215 | 2016-04-03 14:02:02 +0200 | [diff] [blame] | 6 | " files, so that they can be run by themselves. |
| 7 | |
Bram Moolenaar | 0f518a8 | 2016-04-14 16:57:10 +0200 | [diff] [blame] | 8 | source test_expr_utf8.vim |
Bram Moolenaar | 4d58502 | 2016-04-14 19:50:22 +0200 | [diff] [blame] | 9 | source test_matchadd_conceal_utf8.vim |
Bram Moolenaar | 22e4215 | 2016-04-03 14:02:02 +0200 | [diff] [blame] | 10 | source test_regexp_utf8.vim |