diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    336,
+/**/
     335,
 /**/
     334,