updated for version 7.4.403 v7.4.403
authorBram Moolenaar <Bram@vim.org>
Wed, 13 Aug 2014 19:58:28 +0000 (21:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Aug 2014 19:58:28 +0000 (21:58 +0200)
commit2be795084f053928879d758443e199ef147cc07e
treef463c710036022d066b5d852bcd1dac1140d2dab
parent5a669b94814a5ca1ff69f76f18c75a90f4404ca6
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.
src/fileio.c
src/memline.c
src/option.c
src/version.c