]> granicus.if.org Git - vim/commitdiff
patch 7.4.978 v7.4.978
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Dec 2015 14:15:54 +0000 (15:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Dec 2015 14:15:54 +0000 (15:15 +0100)
Problem:    test_cdo fails when using another language than English.
Solution:   Set the language to C. (Dominique Pelle)

src/testdir/test_cdo.in
src/version.c

index fb80ea1164d90cfc6b03dee00b1f003b6b6001c0..087cd2ea93e0a4a68f4283275b7de01da50124da 100644 (file)
@@ -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')
index 8289826b6260432c0816c7c61446df3f664e1861..f1bf8733e4f6f45e2aa3d0c37784260a7c3cf268 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    978,
 /**/
     977,
 /**/