comparison src/version.c @ 5991:a42ba1e50992 v7.4.336

updated for version 7.4.336 Problem: Setting 'history' to a big value causes out-of-memory errors. Solution: Limit the value to 10000. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 Jun 2014 11:48:54 +0200
parents 8ad2ecd11602
children 0206ac84ff5f
comparison
equal deleted inserted replaced
5990:4aa63564dd3f 5991:a42ba1e50992
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 336,
737 /**/ 739 /**/
738 335, 740 335,
739 /**/ 741 /**/
740 334, 742 334,
741 /**/ 743 /**/