summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2008-01-09 19:30:36 +0000
committervimboss <devnull@localhost>2008-01-09 19:30:36 +0000
commit2710921d8c59f4a77fca435c6b645f7b6af11366 (patch)
tree92c53dbae3dc7460a8e985c52ecc2942e5338d37
parent6d1b2095fbe37423d603a13e89b34877bf3f9ac3 (diff)
downloadvim-2710921d8c59f4a77fca435c6b645f7b6af11366.tar.gz
updated for version 7.1-213v7.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 249ecb5e..d7ef7d5c 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 7e1eaa1e..0df664f9 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,