summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-01-09 19:30:36 +0000
committerBram Moolenaar <Bram@vim.org>2008-01-09 19:30:36 +0000
commitd2b6601bf815dae0b67190962aa7335db4adb47e (patch)
tree92c53dbae3dc7460a8e985c52ecc2942e5338d37
parent7b88a0e32430c040a2a33a2aad5a20ef39e45399 (diff)
downloadvim-git-d2b6601bf815dae0b67190962aa7335db4adb47e.tar.gz
updated for version 7.1-213v7.1.213
-rw-r--r--src/ex_docmd.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
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
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 213,
+/**/
212,
/**/
211,