]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-033 v7.1.033
authorBram Moolenaar <Bram@vim.org>
Tue, 24 Jul 2007 07:51:18 +0000 (07:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 24 Jul 2007 07:51:18 +0000 (07:51 +0000)
src/option.c
src/version.c

index b4beef1c819d901e7284344177ebd4e81b9b8919..51e6a34ea8ff279768432fc72c51e77b025dd0c5 100644 (file)
@@ -10624,6 +10624,9 @@ save_file_ff(buf)
 file_ff_differs(buf)
     buf_T      *buf;
 {
+    /* In a buffer that was never loaded the options are not valid. */
+    if (buf->b_flags & BF_NEVERLOADED)
+       return FALSE;
     if ((buf->b_flags & BF_NEW)
            && buf->b_ml.ml_line_count == 1
            && *ml_get_buf(buf, (linenr_T)1, FALSE) == NUL)
index 082ce127f4bab295fd9db869930d123d022ef439..98ecaf88bea3c7004d9f7b29567cae5973cf4cce 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    33,
 /**/
     32,
 /**/