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 | 454709b | 2017-03-12 16:37:14 +0100 | [diff] [blame] | 8 | source test_charsearch_utf8.vim |
Bram Moolenaar | 0f518a8 | 2016-04-14 16:57:10 +0200 | [diff] [blame] | 9 | source test_expr_utf8.vim |
Bram Moolenaar | 4d58502 | 2016-04-14 19:50:22 +0200 | [diff] [blame] | 10 | source test_matchadd_conceal_utf8.vim |
Bram Moolenaar | 22e4215 | 2016-04-03 14:02:02 +0200 | [diff] [blame] | 11 | source test_regexp_utf8.vim |
Bram Moolenaar | d3c907b | 2016-08-17 21:32:09 +0200 | [diff] [blame] | 12 | source test_source_utf8.vim |
Bram Moolenaar | 0c0590d | 2017-01-28 13:48:10 +0100 | [diff] [blame] | 13 | source test_utf8.vim |
Bram Moolenaar | 710b4a1 | 2017-07-08 14:29:19 +0200 | [diff] [blame] | 14 | source test_utf8_comparisons.vim |