commit | 4cf35c2fa4c0e33110440e7503a0e25ab8060016 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 25 16:52:17 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 25 16:52:17 2011 +0100 |
tree | d02222d91724f24e93b379e27af104a17b68444a | |
parent | 0c1f3f4d49acf4245d2714f8756e5622a9f5fa7d [diff] [blame] |
updated for version 7.3.133 Problem: When using encryption it's not clear what method was used. Solution: In the file message show "blowfish" when using blowfish.
diff --git a/src/version.c b/src/version.c index a616860..42be40a 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 133, +/**/ 132, /**/ 131,