commit | a7611f60cde29639b655ddb4494b98886c318870 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 02 15:46:14 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 02 15:46:14 2014 +0200 |
tree | 137a8a8585af0f4476c12d16c3b6ef3de3e00f83 | |
parent | bcb9898eba8c7dd7ed9a909c7055b2ab49cd8f6c [diff] [blame] |
updated for version 7.4.274 Problem: When doing ":update" just before running an external command that changes the file, the timestamp may be unchanged and the file is not reloaded. Solution: Also check the file size.
diff --git a/src/version.c b/src/version.c index 3b8fb52..3356879 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 274, +/**/ 273, /**/ 272,