diff src/ex_docmd.c @ 1498:4845822f6a6c v7.1.213

updated for version 7.1-213
author vimboss
date Wed, 09 Jan 2008 19:30:36 +0000
parents 29c09fa57168
children 9c970d8681f4
line wrap: on
line diff
--- 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