[7.2.210] When a file that is being edited has its timestamp updated outside
commitb2702d10bb81011f5817221d76a198cb0174394f
authorBram Moolenaar <Bram@moolenaar.net>
Wed, 24 Jun 2009 11:57:08 +0000 (24 11:57 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Wed, 24 Jun 2009 11:57:08 +0000 (24 11:57 +0000)
treea14418f92b935fd2e56e16cd247f1fe8d578641d
parentdbb2e69d8ab0764ec7992b1e9466fe6072f847a5
[7.2.210] When a file that is being edited has its timestamp updated outside

Problem:    When a file that is being edited has its timestamp updated outside
            of Vim and ":checktime" is used still get a warning when writing
            the file. (Matt Mueller)

Solution:   Store the timestamp in b_mtime_read when the timestamp is the only
            thing that changed.

Patch 7.2.210
src/fileio.c
src/version.c