forked from aniani/vim
patch 7.4.1047
Problem: Tests fail on MS-Windows. Solution: Set 'selection' to inclusive.
This commit is contained in:
@@ -4,6 +4,7 @@ STARTTEST
|
|||||||
:so small.vim
|
:so small.vim
|
||||||
:so mbyte.vim
|
:so mbyte.vim
|
||||||
:set enc=utf8
|
:set enc=utf8
|
||||||
|
:set selection=inclusive
|
||||||
:new
|
:new
|
||||||
:fu DoRecordWin(...)
|
:fu DoRecordWin(...)
|
||||||
: wincmd k
|
: wincmd k
|
||||||
|
|||||||
@@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1047,
|
||||||
/**/
|
/**/
|
||||||
1046,
|
1046,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user