summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-12-19 15:15:54 +0100
committerBram Moolenaar <Bram@vim.org>2015-12-19 15:15:54 +0100
commitc42b9c670ea621d4dac0f216e011a6db576c5136 (patch)
tree08fc34f03d2812c030e64f3370fd5dd05892fdf2
parent9bc01ebb957d2b30d57bd30d7aee6f1df2a336b0 (diff)
patch 7.4.978v7.4.978
Problem: test_cdo fails when using another language than English. Solution: Set the language to C. (Dominique Pelle)
-rw-r--r--src/testdir/test_cdo.in1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test_cdo.in b/src/testdir/test_cdo.in
index fb80ea1164..087cd2ea93 100644
--- a/src/testdir/test_cdo.in
+++ b/src/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')
diff --git a/src/version.c b/src/version.c
index 8289826b62..f1bf8733e4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 978,
+/**/
977,
/**/
976,