mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
6e9e5d23ce
commit
1c4989c2a3
@ -629,7 +629,7 @@ static int included_patches[] = {
|
|||||||
// 1052,
|
// 1052,
|
||||||
// 1051,
|
// 1051,
|
||||||
// 1050,
|
// 1050,
|
||||||
// 1049,
|
1049,
|
||||||
1048,
|
1048,
|
||||||
1047,
|
1047,
|
||||||
// 1046,
|
// 1046,
|
||||||
|
@ -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:]=])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user