diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2014-05-02 17:08:28 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-05-04 12:46:22 -0400 |
commit | e42a3cc4e628de812bc4fdd8b687ec1356286f22 (patch) | |
tree | 90acbdacbd4addf845e522a1c237c83cdf42b6a4 /src/version.c | |
parent | ddafdacb0046f5cd95b3023ced4d86073b0039f6 (diff) | |
download | rneovim-e42a3cc4e628de812bc4fdd8b687ec1356286f22.tar.gz rneovim-e42a3cc4e628de812bc4fdd8b687ec1356286f22.tar.bz2 rneovim-e42a3cc4e628de812bc4fdd8b687ec1356286f22.zip |
vim-patch: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.
https://code.google.com/p/vim/source/detail?r=1ee3fc5b40ae94c2a7fc5a62bca38d4f730f9bb2
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 761ddfa96b..d4df349741 100644 --- a/src/version.c +++ b/src/version.c @@ -202,6 +202,7 @@ static char *(features[]) = { static int included_patches[] = { // Add new patch number below this line + 274, //273, 272, //271, |