comparison runtime/doc/options.txt @ 34001:1489ba07ecb4 v9.0.2183

patch 9.0.2183: Maximum callback depth is not configurable Commit: https://github.com/vim/vim/commit/fe583b1e5987fbfdb5f2141c133dbff9665ed301 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Dec 21 16:59:26 2023 +0100 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>
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Dec 2023 17:15:06 +0100
parents 6e949ab8e257
children 4635e43f2c6f
comparison
equal deleted inserted replaced
34000:9427e17a20d4 34001:1489ba07ecb4
1 *options.txt* For Vim version 9.0. Last change: 2023 Dec 16 1 *options.txt* For Vim version 9.0. Last change: 2023 Dec 20
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
5475 more depth, set 'maxfuncdepth' to a bigger number. But this will use 5475 more depth, set 'maxfuncdepth' to a bigger number. But this will use
5476 more memory, there is the danger of failing when memory is exhausted. 5476 more memory, there is the danger of failing when memory is exhausted.
5477 Increasing this limit above 200 also changes the maximum for Ex 5477 Increasing this limit above 200 also changes the maximum for Ex
5478 command recursion, see |E169|. 5478 command recursion, see |E169|.
5479 See also |:function|. 5479 See also |:function|.
5480 Also used for maximum depth of callback functions.
5480 5481
5481 *'maxmapdepth'* *'mmd'* *E223* 5482 *'maxmapdepth'* *'mmd'* *E223*
5482 'maxmapdepth' 'mmd' number (default 1000) 5483 'maxmapdepth' 'mmd' number (default 1000)
5483 global 5484 global
5484 Maximum number of times a mapping is done without resulting in a 5485 Maximum number of times a mapping is done without resulting in a