]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-213 v7.1.213
authorBram Moolenaar <Bram@vim.org>
Wed, 9 Jan 2008 19:30:36 +0000 (19:30 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 9 Jan 2008 19:30:36 +0000 (19:30 +0000)
src/ex_docmd.c
src/version.c

index 249ecb5e79a71c2afa4524e934c87183c1fbf46f..d7ef7d5cb97da22f4218f873e5919999ecd05d35 100644 (file)
@@ -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
index 7e1eaa1e902d0528f2f12aabe26d881f4c902bf3..0df664f942f296b436cc588c6801bccd183472b1 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    213,
 /**/
     212,
 /**/