Skip to content

Commit 7f68203

Browse files
committed
patch 7.4.1047
Problem: Tests fail on MS-Windows. Solution: Set 'selection' to inclusive.
1 parent 2d6c800 commit 7f68203

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_wordcount.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ STARTTEST
44
:so small.vim
55
:so mbyte.vim
66
:set enc=utf8
7+
:set selection=inclusive
78
:new
89
:fu DoRecordWin(...)
910
: 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+
1047,
744746
/**/
745747
1046,
746748
/**/

0 commit comments

Comments
 (0)