1
0
forked from aniani/vim

patch 8.1.0161: buffer not updated with 'autoread' set if file was deleted

Problem:    Buffer not updated with 'autoread' set if file was deleted.
            (Michael Naumann)
Solution:   Don't set the timestamp to zero. (closes #3165)
This commit is contained in:
Bram Moolenaar
2018-07-07 18:34:12 +02:00
parent cbbe4ab4b2
commit 386bc82a3f
3 changed files with 57 additions and 9 deletions

View File

@@ -789,6 +789,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
161,
/**/
160,
/**/