From d2b6601bf815dae0b67190962aa7335db4adb47e Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 9 Jan 2008 19:30:36 +0000 Subject: [PATCH] updated for version 7.1-213 --- src/ex_docmd.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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, /**/ -- 2.50.1