]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-210 v7.2.210
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2009 09:58:32 +0000 (09:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Jun 2009 09:58:32 +0000 (09:58 +0000)
src/fileio.c
src/version.c

index cb839b8b97abe947bbb6ee179802ad3460854446..9ce41d420aca98441e293906516eedc8dac2e98a 100644 (file)
@@ -6627,7 +6627,10 @@ buf_check_timestamp(buf, focus)
                        mesg = _("W16: Warning: Mode of file \"%s\" has changed since editing started");
                        mesg2 = _("See \":help W16\" for more info.");
                    }
-                   /* Else: only timestamp changed, ignored */
+                   else
+                       /* Only timestamp changed, store it to avoid a warning
+                        * in check_mtime() later. */
+                       buf->b_mtime_read = buf->b_mtime;
                }
            }
        }
index 22d18de4a9c67c52548f76a0ead1c6f76a745728..145ef2e6d579eda0a422e2cf6a59b396647ef331 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    210,
 /**/
     209,
 /**/