annotate runtime/doc/os_risc.txt @ 33570:28c2f681ec33
v9.0.2030
patch 9.0.2030: no max callback recursion limit
Commit: https://github.com/vim/vim/commit/47510f3d6598a1218958c03ed11337a43b73f48d
Author: Christian Brabandt <cb@256bit.org>
Date: Sun Oct 15 09:56:16 2023 +0200
patch 9.0.2030: no max callback recursion limit
Problem: no max callback recursion limit
Solution: bail out, if max call recursion for callback functions
has been reached.
This checks the 'maxfuncdepth' setting and throws E169 when a callback
function recursively calls itself.
closes: #13337
closes: #13339
Signed-off-by: Christian Brabandt <cb@256bit.org>
author |
Christian Brabandt <cb@256bit.org> |
date |
Sun, 15 Oct 2023 10:00:06 +0200 |
parents |
f8116058ca76 |
children |
4635e43f2c6f |
rev |
line source |
29314
|
1 *os_risc.txt* For Vim version 9.0. Last change: 2011 May 10
|
7
|
2
|
|
3
|
|
4 VIM REFERENCE MANUAL by Thomas Leonard
|
|
5
|
|
6
|
|
7 *riscos* *RISCOS* *RISC-OS*
|
2823
|
8 The RISC OS support has been removed from Vim with patch 7.3.187.
|
|
9 If you would like to use Vim on RISC OS get the files from before that patch.
|
7
|
10
|
|
11
|
14421
|
12 vim:tw=78:ts=8:noet:ft=help:norl:
|