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
|
|
|
|
|
" runtest.vim. Checking for the multi_byte feature is in the individual
|
2016-04-03 14:02:02 +02:00
|
|
|
" files, so that they can be run by themselves.
|
|
|
|
|
|
2017-03-08 22:55:19 +01:00
|
|
|
set belloff=all
|
2016-04-14 16:57:10 +02:00
|
|
|
source test_expr_utf8.vim
|
2016-04-14 19:50:22 +02:00
|
|
|
source test_matchadd_conceal_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-01-28 13:48:10 +01:00
|
|
|
source test_utf8.vim
|