forked from aniani/vim
updated for version 7.1-213
This commit is contained in:
parent
7b88a0e324
commit
d2b6601bf8
@ -7126,7 +7126,7 @@ ex_splitview(eap)
|
|||||||
: eap->addr_count == 0 ? 0
|
: eap->addr_count == 0 ? 0
|
||||||
: (int)eap->line2 + 1) != FAIL)
|
: (int)eap->line2 + 1) != FAIL)
|
||||||
{
|
{
|
||||||
do_exedit(eap, NULL);
|
do_exedit(eap, old_curwin);
|
||||||
|
|
||||||
/* set the alternate buffer for the window we came from */
|
/* set the alternate buffer for the window we came from */
|
||||||
if (curwin != old_curwin
|
if (curwin != old_curwin
|
||||||
|
@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
213,
|
||||||
/**/
|
/**/
|
||||||
212,
|
212,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user