| commit | 3ed8b1332f7b84e40c89069e54d411d0ddfec3f1 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Jul 09 21:18:04 2014 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 09 21:18:04 2014 +0200 |
| tree | e29a203802e5d35e4c1671ec8cc7eaa76e8e8076 | |
| parent | 455009122a23050ef31c428df4155ad418b2e6fc [diff] [blame] |
updated for version 7.4.364
Problem: When the viminfo file can't be renamed there is no error message.
(Vladimir Berezhnoy)
Solution: Check for the rename to fail.
diff --git a/src/version.c b/src/version.c index 150a950..0bfd039 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 364, +/**/ 363, /**/ 362,