Skip to content

Commit c7803a1

Browse files
committed
patch 7.4.1048
Problem: Wordcount test still fail on MS-Windows. Solution: Set 'fileformat' to "unix".
1 parent 7f68203 commit c7803a1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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
7+
:set selection=inclusive fileformat=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+
1048,
744746
/**/
745747
1047,
746748
/**/

0 commit comments

Comments
 (0)