vim-patch:7.4.978

Problem:    test_cdo fails when using another language than English.
Solution:   Set the language to C. (Dominique Pelle)

c42b9c670e
This commit is contained in:
watiko
2016-01-10 23:38:31 +09:00
parent 8b173a1de5
commit 85d06fef16
2 changed files with 2 additions and 1 deletions

View File

@@ -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')

View File

@@ -146,7 +146,7 @@ static int included_patches[] = {
// 981,
// 980,
// 979 NA
// 978,
978,
// 977,
// 976 NA
975,