summaryrefslogtreecommitdiff
path: root/src/testdir/test_compiler.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_compiler.vim')
-rw-r--r--src/testdir/test_compiler.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test_compiler.vim b/src/testdir/test_compiler.vim
index 6bb602717..1ce271827 100644
--- a/src/testdir/test_compiler.vim
+++ b/src/testdir/test_compiler.vim
@@ -1,9 +1,12 @@
" Test the :compiler command
+source check.vim
+
func Test_compiler()
if !executable('perl')
return
endif
+ CheckFeature quickfix
" $LANG changes the output of Perl.
if $LANG != ''