summaryrefslogtreecommitdiffstats
path: root/src/testdir/test1.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-04 16:10:19 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-04 16:10:19 +0200
commit280a29f931467823a9da6d5aa5b7ec9d685d9752 (patch)
tree521f1ed63d21fdacf50a368477754ebe2d4442b8 /src/testdir/test1.in
parenta411e5d97d5305e127d4a2460bdfdbde1f6b023b (diff)
Small changes to the test files. (John Beckett)
Diffstat (limited to 'src/testdir/test1.in')
-rw-r--r--src/testdir/test1.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testdir/test1.in b/src/testdir/test1.in
index bdcc01d08c..a3b58418a4 100644
--- a/src/testdir/test1.in
+++ b/src/testdir/test1.in
@@ -11,7 +11,8 @@ If Vim was not compiled with the +windows feature, the tiny.vim script will be
set like small.vim above. tiny.vim is sourced by tests that require the
+windows feature or other features that are missing in the tiny version.
-If Vim was not compiled with the +multi_byte feature, the mbyte.vim script will be set like small.vim above. mbyte.vim is sourced by tests that require the
+If Vim was not compiled with the +multi_byte feature, the mbyte.vim script will
+be set like small.vim above. mbyte.vim is sourced by tests that require the
+multi_byte feature.
Similar logic is applied to the +mzscheme feature, using mzscheme.vim.