mirror of
https://github.com/neovim/neovim.git
synced 2025-11-03 09:14:24 +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:
@@ -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