0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

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