comparison src/version.c @ 5312:8b5d80861c5e v7.4.009

updated for version 7.4.009 Problem: When a file was not decrypted (yet), writing it may destroy the contents. Solution: Mark the file as readonly until decryption was done. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sun, 25 Aug 2013 17:46:08 +0200
parents b04bdb2c5fce
children bb358cc41d92
comparison
equal deleted inserted replaced
5311:e1d46e65db2f 5312:8b5d80861c5e
725 NULL 725 NULL
726 }; 726 };
727 727
728 static int included_patches[] = 728 static int included_patches[] =
729 { /* Add new patch number below this line */ 729 { /* Add new patch number below this line */
730 /**/
731 9,
730 /**/ 732 /**/
731 8, 733 8,
732 /**/ 734 /**/
733 7, 735 7,
734 /**/ 736 /**/