]> granicus.if.org Git - vim/commitdiff
updated for version 7.2a-017 v7.2a.017
authorBram Moolenaar <Bram@vim.org>
Tue, 8 Jul 2008 09:36:58 +0000 (09:36 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 8 Jul 2008 09:36:58 +0000 (09:36 +0000)
src/fileio.c
src/version.c

index bbe97c9366e44db491b2d44f103082e40b6a31b5..d68adec84e4bda88772439bf73a50f56ef8a7a25 100644 (file)
@@ -8235,7 +8235,7 @@ ex_doautoall(eap)
      */
     for (buf = firstbuf; buf != NULL; buf = buf->b_next)
     {
-       if (curbuf->b_ml.ml_mfp != NULL)
+       if (buf->b_ml.ml_mfp != NULL)
        {
            /* find a window for this buffer and save some values */
            aucmd_prepbuf(&aco, buf);
index 0e2c9ed1091bcf8b9639320a4d8fba20203bc2c2..11abe51aae8ec694bd1c098c6601f34b4f50e949 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    17,
 /**/
     16,
 /**/