]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.730 v7.4.730
authorBram Moolenaar <Bram@vim.org>
Tue, 9 Jun 2015 16:35:25 +0000 (18:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 Jun 2015 16:35:25 +0000 (18:35 +0200)
commitbc56336bb4501884257352446abb60713cef6452
treebf4f55292e2e42533ceadfbd769aab281868a290
parent0481fee48800817bee206bb2f958fe04be4d8db6
patch 7.4.730
Problem:    When setting the crypt key and using a swap file, text may be
            encrypted twice or unencrypted text remains in the swap file.
            (Issue 369)
Solution:   Call ml_preserve() before re-encrypting.  Set correct index for
            next pointer block.
src/memfile.c
src/memline.c
src/option.c
src/proto/memline.pro
src/version.c