commit | 777b30f827bcbe10a40640b1bf0361cb93a16be1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 15:26:27 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 15:26:27 2017 +0100 |
tree | 73dc6a7c70a6d3a79e74817c92d0d5d302982dc9 | |
parent | 54b2bfa399017ebae76ed62f21578261d1b55c1f [diff] [blame] |
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'.
diff --git a/src/version.c b/src/version.c index f4f20fa..4a2b3c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 137, +/**/ 136, /**/ 135,