# HG changeset patch # User Christian Brabandt # Date 1450535404 -3600 # Node ID e88aee1842ba0b7756019765c40a0b8e3e08afdc # Parent 68f2cac6b0db9839b2221f4083cbd0fc4e9111e5 commit https://github.com/vim/vim/commit/c42b9c670ea621d4dac0f216e011a6db576c5136 Author: Bram Moolenaar Date: Sat Dec 19 15:15:54 2015 +0100 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 --- a/src/testdir/test_cdo.in +++ b/src/testdir/test_cdo.in @@ -2,6 +2,7 @@ Tests for the :cdo, :cfdo, :ldo and :lfd 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 --- 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,