aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/testdir')
-rw-r--r--src/nvim/testdir/test_cdo.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_cdo.in b/src/nvim/testdir/test_cdo.in
index fb80ea1164..087cd2ea93 100644
--- a/src/nvim/testdir/test_cdo.in
+++ b/src/nvim/testdir/test_cdo.in
@@ -2,6 +2,7 @@ Tests for the :cdo, :cfdo, :ldo and :lfdo commands
STARTTEST
:so small.vim
+:lang mess C
:if !has('quickfix') | e! test.ok | wq! test.out | endif
:call writefile(["Line1", "Line2", "Line3"], 'Xtestfile1')