1
0
forked from aniani/vim

patch 7.4.1047

Problem:    Tests fail on MS-Windows.
Solution:   Set 'selection' to inclusive.
This commit is contained in:
Bram Moolenaar
2016-01-04 12:13:05 +01:00
parent 2d6c800272
commit 7f68203168
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -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,
/**/ /**/