vim-patch:7.4.1049

Problem:    Wordcount test still still fails on MS-Windows.
Solution:   Set 'fileformats' to "unix".

485dace817
This commit is contained in:
Jurica Bradaric 2016-05-10 20:58:49 +02:00
parent 6e9e5d23ce
commit 1c4989c2a3
2 changed files with 3 additions and 1 deletions

View File

@ -629,7 +629,7 @@ static int included_patches[] = {
// 1052, // 1052,
// 1051, // 1051,
// 1050, // 1050,
// 1049, 1049,
1048, 1048,
1047, 1047,
// 1046, // 1046,

View File

@ -11,6 +11,8 @@ describe('wordcount', function()
it('is working', function() it('is working', function()
execute('set selection=inclusive') execute('set selection=inclusive')
execute('fileformat=unix') execute('fileformat=unix')
execute('fileformats=unix')
insert([=[ insert([=[
RESULT test:]=]) RESULT test:]=])