commit | 78159bbf9e241f162b1243853f45d08a3d81f1be | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 25 11:48:54 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 25 11:48:54 2014 +0200 |
tree | 9e2d9def09f36f4c3c3a9842b2a8bb9b388825a6 | |
parent | e8d1f20cbd425e33e4fcc09d46f98e5c9e6a833e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 1fc748c..bb63095 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 336, +/**/ 335, /**/ 334,