From: Bram Moolenaar Date: Sat, 19 Dec 2015 14:15:54 +0000 (+0100) Subject: patch 7.4.978 X-Git-Tag: v7.4.978 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c42b9c670ea621d4dac0f216e011a6db576c5136;p=vim patch 7.4.978 Problem: test_cdo fails when using another language than English. Solution: Set the language to C. (Dominique Pelle) --- diff --git a/src/testdir/test_cdo.in b/src/testdir/test_cdo.in index fb80ea116..087cd2ea9 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 8289826b6..f1bf8733e 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 978, /**/ 977, /**/