From: Bram Moolenaar Date: Wed, 9 Jan 2008 19:30:36 +0000 (+0000) Subject: updated for version 7.1-213 X-Git-Tag: v7.1.213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2b6601bf815dae0b67190962aa7335db4adb47e;p=vim updated for version 7.1-213 --- diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 249ecb5e7..d7ef7d5cb 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -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 diff --git a/src/version.c b/src/version.c index 7e1eaa1e9..0df664f94 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 213, /**/ 212, /**/