Skip to content

Commit c42b9c6

Browse files
committed
patch 7.4.978
Problem: test_cdo fails when using another language than English. Solution: Set the language to C. (Dominique Pelle)
1 parent 9bc01eb commit c42b9c6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/testdir/test_cdo.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Tests for the :cdo, :cfdo, :ldo and :lfdo commands
22

33
STARTTEST
44
:so small.vim
5+
:lang mess C
56
:if !has('quickfix') | e! test.ok | wq! test.out | endif
67

78
:call writefile(["Line1", "Line2", "Line3"], 'Xtestfile1')

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
978,
744746
/**/
745747
977,
746748
/**/

0 commit comments

Comments
 (0)