mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
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:
@@ -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')
|
||||
|
@@ -146,7 +146,7 @@ static int included_patches[] = {
|
||||
// 981,
|
||||
// 980,
|
||||
// 979 NA
|
||||
// 978,
|
||||
978,
|
||||
// 977,
|
||||
// 976 NA
|
||||
975,
|
||||
|
Reference in New Issue
Block a user