1
0
forked from aniani/vim

updated for version 7.1-213

This commit is contained in:
Bram Moolenaar 2008-01-09 19:30:36 +00:00
parent 7b88a0e324
commit d2b6601bf8
2 changed files with 3 additions and 1 deletions

View File

@ -7126,7 +7126,7 @@ ex_splitview(eap)
: eap->addr_count == 0 ? 0
: (int)eap->line2 + 1) != FAIL)
{
do_exedit(eap, NULL);
do_exedit(eap, old_curwin);
/* set the alternate buffer for the window we came from */
if (curwin != old_curwin

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
213,
/**/
212,
/**/