]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2183: Maximum callback depth is not configurable v9.0.2183
authorzeertzjq <zeertzjq@outlook.com>
Thu, 21 Dec 2023 15:59:26 +0000 (16:59 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 21 Dec 2023 16:03:31 +0000 (17:03 +0100)
commitfe583b1e5987fbfdb5f2141c133dbff9665ed301
tree7dad9140e37547e0e6fa8c587507ec2c736188bd
parent632b38b45fcd5143d7694e8b628400ec5e4520bd
patch 9.0.2183: Maximum callback depth is not configurable

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

fixes: #13732
closes: #13736

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/message.txt
runtime/doc/options.txt
src/testdir/test_popupwin.vim
src/userfunc.c
src/version.c