mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
vim-patch:7.4.1048
Problem: Wordcount test still fail on MS-Windows.
Solution: Set 'fileformat' to "unix".
c7803a1c42
This commit is contained in:
@@ -630,7 +630,7 @@ static int included_patches[] = {
|
|||||||
// 1051,
|
// 1051,
|
||||||
// 1050,
|
// 1050,
|
||||||
// 1049,
|
// 1049,
|
||||||
// 1048,
|
1048,
|
||||||
1047,
|
1047,
|
||||||
// 1046,
|
// 1046,
|
||||||
// 1045 NA
|
// 1045 NA
|
||||||
|
@@ -10,6 +10,7 @@ describe('wordcount', function()
|
|||||||
|
|
||||||
it('is working', function()
|
it('is working', function()
|
||||||
execute('set selection=inclusive')
|
execute('set selection=inclusive')
|
||||||
|
execute('fileformat=unix')
|
||||||
insert([=[
|
insert([=[
|
||||||
RESULT test:]=])
|
RESULT test:]=])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user