]> granicus.if.org Git - vim/commit
patch 8.0.0137 v8.0.0137
authorBram Moolenaar <Bram@vim.org>
Mon, 2 Jan 2017 14:26:27 +0000 (15:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 2 Jan 2017 14:26:27 +0000 (15:26 +0100)
commit777b30f827bcbe10a40640b1bf0361cb93a16be1
tree73dc6a7c70a6d3a79e74817c92d0d5d302982dc9
parent54b2bfa399017ebae76ed62f21578261d1b55c1f
patch 8.0.0137
Problem:    When 'maxfuncdepth' is set above 200 the nesting is limited to
            200. (Brett Stahlman)
Solution:   Allow for Ex command recursion depending on 'maxfuncdepth'.
src/ex_docmd.c
src/testdir/test_nested_function.vim
src/version.c