summaryrefslogtreecommitdiff
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.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/indent/testdir/runtest.vim b/runtime/indent/testdir/runtest.vim
index 2943152d3..0f0051415 100644
--- a/runtime/indent/testdir/runtest.vim
+++ b/runtime/indent/testdir/runtest.vim
@@ -7,6 +7,7 @@ if 1
set nocp
filetype indent on
+syn on
set nowrapscan
set report=9999
@@ -111,7 +112,6 @@ for fname in glob('testdir/*.in', 1, 1)
if failed
exe 'write ' . root . '.fail'
echoerr 'Test ' . fname . ' FAILED!'
- sleep 2
else
exe 'write ' . root . '.out'
endif