aboutsummaryrefslogtreecommitdiff
path: root/runtime/indent/testdir/runtest.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/indent/testdir/runtest.vim')
-rw-r--r--runtime/indent/testdir/runtest.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/indent/testdir/runtest.vim b/runtime/indent/testdir/runtest.vim
index 945c2753e9..6bbd33cacd 100644
--- a/runtime/indent/testdir/runtest.vim
+++ b/runtime/indent/testdir/runtest.vim
@@ -117,6 +117,7 @@ for fname in glob('testdir/*.in', 1, 1)
echoerr 'Test ' . fname . ' FAILED!'
else
exe 'write ' . root . '.out'
+ echo "Test " . fname . " OK\n"
endif
quit! " close the indented file