Skip to content

Commit 485dace

Browse files
committed
patch 7.4.1049
Problem: Wordcount test still still fails on MS-Windows. Solution: Set 'fileformats' to "unix".
1 parent c7803a1 commit 485dace

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/test_wordcount.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ STARTTEST
44
:so small.vim
55
:so mbyte.vim
66
:set enc=utf8
7-
:set selection=inclusive fileformat=unix
7+
:set selection=inclusive fileformat=unix fileformats=unix
88
:new
99
:fu DoRecordWin(...)
1010
: wincmd k

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1049,
744746
/**/
745747
1048,
746748
/**/

0 commit comments

Comments
 (0)