commit | cf81aefd9c33e2619965ce9854c79105dc7b8bea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 25 17:46:08 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 25 17:46:08 2013 +0200 |
tree | 462ec2aceebe610b49294d98489ba4c0ed3a3611 | |
parent | 41f1205fef7eb24656abb3eeb1dea9ff5cdf1b62 [diff] [blame] |
updated for version 7.4.009 Problem: When a file was not decrypted (yet), writing it may destroy the contents. Solution: Mark the file as readonly until decryption was done. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 22fc9b9..9b5343e 100644 --- a/src/version.c +++ b/src/version.c
@@ -728,6 +728,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 9, +/**/ 8, /**/ 7,