From: Bram Moolenaar Date: Wed, 24 Jun 2009 09:58:32 +0000 (+0000) Subject: updated for version 7.2-210 X-Git-Tag: v7.2.210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85388b56521ea68a4f6f9027c3c6ccf0b305dd03;p=vim updated for version 7.2-210 --- diff --git a/src/fileio.c b/src/fileio.c index cb839b8b9..9ce41d420 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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; } } } diff --git a/src/version.c b/src/version.c index 22d18de4a..145ef2e6d 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 210, /**/ 209, /**/