diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-08-13 21:58:28 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-08-13 21:58:28 +0200 |
commit | 2be795084f053928879d758443e199ef147cc07e (patch) | |
tree | f463c710036022d066b5d852bcd1dac1140d2dab /src/version.c | |
parent | 5a669b94814a5ca1ff69f76f18c75a90f4404ca6 (diff) | |
download | vim-2be795084f053928879d758443e199ef147cc07e.zip |
updated for version 7.4.403
Problem: Valgrind reports errors when running test 72. (Dominique Pelle)
Solution: Reset the local 'cryptmethod' option before storing the seed.
Set the seed in the memfile even when there is no block0 yet.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index e98036195..b832539c0 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 403, +/**/ 402, /**/ 401, |