diff options
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 40817c8ccc..56ecf26fdf 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -5155,7 +5155,6 @@ return { 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. ]=], full_name = 'maxfuncdepth', scope = { 'global' }, |