commit | 386bc82a3f82f70bad75aaad74dba57a176b5840 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 07 18:34:12 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 07 18:34:12 2018 +0200 |
tree | 177a917fd9287fd0c92e74607b85bb42d1ad4fde | |
parent | cbbe4ab4b27a2060506fcd2427aed8d8fbff1a21 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index cb6d2c8..affeeb2 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 161, +/**/ 160, /**/ 159,