Skip to content

Commit

Permalink
patch 7.4.978
Browse files Browse the repository at this point in the history
Problem:    test_cdo fails when using another language than English.
Solution:   Set the language to C. (Dominique Pelle)
  • Loading branch information
brammool committed Dec 19, 2015
1 parent 9bc01eb commit c42b9c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/testdir/test_cdo.in
Expand Up @@ -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')
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -741,6 +741,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
978,
/**/
977,
/**/
Expand Down

0 comments on commit c42b9c6

Please sign in to comment.