vim-patch:9.0.2183: Maximum callback depth is not configurable (#26703)

Problem:  Maximum callback depth is not configurable.
Solution: Revert patch 9.0.2103.  Set 'maxfuncdepth' in test.

fixes: vim/vim#13732
closes: vim/vim#13736

fe583b1e59
This commit is contained in:
zeertzjq
2023-12-22 10:33:34 +08:00
committed by GitHub
parent 2b3d1e1854
commit 6700127b30
5 changed files with 4 additions and 5 deletions

View File

@@ -4037,6 +4037,7 @@ vim.go.mat = vim.go.matchtime
--- Increasing this limit above 200 also changes the maximum for Ex
--- command recursion, see `E169`.
--- See also `:function`.
--- Also used for maximum depth of callback functions.
---
--- @type integer
vim.o.maxfuncdepth = 100