mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
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:
1
runtime/lua/vim/_meta/options.lua
generated
1
runtime/lua/vim/_meta/options.lua
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user