2016-04-03 14:02:02 +02:00
|
|
|
" A series of tests that can run in one Vim invocation.
|
|
|
|
|
" This makes testing go faster, since Vim doesn't need to restart.
|
|
|
|
|
|
2016-07-21 20:33:32 +02:00
|
|
|
" These tests use utf8 'encoding'. Setting 'encoding' is already done in
|
2019-01-24 17:59:39 +01:00
|
|
|
" runtest.vim.
|
2016-04-03 14:02:02 +02:00
|
|
|
|
2017-03-12 16:37:14 +01:00
|
|
|
source test_charsearch_utf8.vim
|
2016-04-14 16:57:10 +02:00
|
|
|
source test_expr_utf8.vim
|
2017-11-23 22:52:09 +01:00
|
|
|
source test_mksession_utf8.vim
|
2016-04-03 14:02:02 +02:00
|
|
|
source test_regexp_utf8.vim
|
2016-08-17 21:32:09 +02:00
|
|
|
source test_source_utf8.vim
|
2017-11-23 22:52:09 +01:00
|
|
|
source test_startup_utf8.vim
|
2017-01-28 13:48:10 +01:00
|
|
|
source test_utf8.vim
|
2017-07-08 14:29:19 +02:00
|
|
|
source test_utf8_comparisons.vim
|