comparison src/version.c @ 6817:cd47def2214a v7.4.730

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.
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Jun 2015 18:35:25 +0200
parents f0e7dc5e7282
children 5f24d6d51333
comparison
equal deleted inserted replaced
6816:ca3db36a6ed8 6817:cd47def2214a
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 730,
744 /**/ 746 /**/
745 729, 747 729,
746 /**/ 748 /**/
747 728, 749 728,
748 /**/ 750 /**/