]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.336 v7.4.336
authorBram Moolenaar <Bram@vim.org>
Wed, 25 Jun 2014 09:48:54 +0000 (11:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 25 Jun 2014 09:48:54 +0000 (11:48 +0200)
commit78159bbf9e241f162b1243853f45d08a3d81f1be
tree9e2d9def09f36f4c3c3a9842b2a8bb9b388825a6
parente8d1f20cbd425e33e4fcc09d46f98e5c9e6a833e
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)
runtime/doc/options.txt
src/option.c
src/version.c