mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
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:
@@ -629,7 +629,7 @@ static int included_patches[] = {
|
||||
// 1052,
|
||||
// 1051,
|
||||
// 1050,
|
||||
// 1049,
|
||||
1049,
|
||||
1048,
|
||||
1047,
|
||||
// 1046,
|
||||
|
@@ -11,6 +11,8 @@ describe('wordcount', function()
|
||||
it('is working', function()
|
||||
execute('set selection=inclusive')
|
||||
execute('fileformat=unix')
|
||||
execute('fileformats=unix')
|
||||
|
||||
insert([=[
|
||||
RESULT test:]=])
|
||||
|
||||
|
Reference in New Issue
Block a user