diff options
Diffstat (limited to 'src/testdir/test_alot_latin.vim')
-rw-r--r-- | src/testdir/test_alot_latin.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/testdir/test_alot_latin.vim b/src/testdir/test_alot_latin.vim new file mode 100644 index 0000000..23a404c --- /dev/null +++ b/src/testdir/test_alot_latin.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 latin1 'encoding'. Setting 'encoding' is in the individual +" files, so that they can be run by themselves. + +source test_regexp_latin.vim |