diff options
Diffstat (limited to 'src/testdir/test_alot_utf8.vim')
-rw-r--r-- | src/testdir/test_alot_utf8.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/testdir/test_alot_utf8.vim b/src/testdir/test_alot_utf8.vim new file mode 100644 index 000000000..20d919c32 --- /dev/null +++ b/src/testdir/test_alot_utf8.vim @@ -0,0 +1,7 @@ +" A series of tests that can run in one Vim invocation. +" This makes testing go faster, since Vim doesn't need to restart. + +" These tests use utf8 'encoding'. Setting 'encoding' is in the individual +" files, so that they can be run by themselves. + +source test_regexp_utf8.vim |