comparison runtime/doc/options.txt @ 10498:883396809b45

commit https://github.com/vim/vim/commit/bc2eada5424bff06f7eb77c032ecc067da52b846 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 2 21:27:47 2017 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Mon, 02 Jan 2017 21:30:04 +0100
parents 222b1432814e
children 688b97124d23
comparison
equal deleted inserted replaced
10497:4401e7bed2fe 10498:883396809b45
1 *options.txt* For Vim version 8.0. Last change: 2016 Nov 26 1 *options.txt* For Vim version 8.0. Last change: 2017 Jan 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
5019 feature} 5019 feature}
5020 Maximum depth of function calls for user functions. This normally 5020 Maximum depth of function calls for user functions. This normally
5021 catches endless recursion. When using a recursive function with 5021 catches endless recursion. When using a recursive function with
5022 more depth, set 'maxfuncdepth' to a bigger number. But this will use 5022 more depth, set 'maxfuncdepth' to a bigger number. But this will use
5023 more memory, there is the danger of failing when memory is exhausted. 5023 more memory, there is the danger of failing when memory is exhausted.
5024 Increasing this limit above 200 also changes the maximum for Ex
5025 command resursion, see |E169|.
5024 See also |:function|. 5026 See also |:function|.
5025 5027
5026 *'maxmapdepth'* *'mmd'* *E223* 5028 *'maxmapdepth'* *'mmd'* *E223*
5027 'maxmapdepth' 'mmd' number (default 1000) 5029 'maxmapdepth' 'mmd' number (default 1000)
5028 global 5030 global