# HG changeset patch # User vimboss # Date 1199907036 0 # Node ID 4845822f6a6c21860e0a1b4627996d745d455da2 # Parent f14f7aab518707c29a8ffb75a4e8217de58dda91 updated for version 7.1-213 diff --git a/src/ex_docmd.c b/src/ex_docmd.c --- 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 --- 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,