comparison src/testdir/test_cdo.in @ 7345:e88aee1842ba v7.4.978

commit https://github.com/vim/vim/commit/c42b9c670ea621d4dac0f216e011a6db576c5136 Author: Bram Moolenaar <Bram@vim.org> 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)
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Dec 2015 15:30:04 +0100
parents 64e30831fa42
children
comparison
equal deleted inserted replaced
7344:68f2cac6b0db 7345:e88aee1842ba
1 Tests for the :cdo, :cfdo, :ldo and :lfdo commands 1 Tests for the :cdo, :cfdo, :ldo and :lfdo commands
2 2
3 STARTTEST 3 STARTTEST
4 :so small.vim 4 :so small.vim
5 :lang mess C
5 :if !has('quickfix') | e! test.ok | wq! test.out | endif 6 :if !has('quickfix') | e! test.ok | wq! test.out | endif
6 7
7 :call writefile(["Line1", "Line2", "Line3"], 'Xtestfile1') 8 :call writefile(["Line1", "Line2", "Line3"], 'Xtestfile1')
8 :call writefile(["Line1", "Line2", "Line3"], 'Xtestfile2') 9 :call writefile(["Line1", "Line2", "Line3"], 'Xtestfile2')
9 :call writefile(["Line1", "Line2", "Line3"], 'Xtestfile3') 10 :call writefile(["Line1", "Line2", "Line3"], 'Xtestfile3')