Skip to content

Commit eaa17a8

Browse files
authored
Merge pull request #1366 from vim-jp/hh-update-message
Update message.{txt,jax}
2 parents 4a1ad4f + 93f283d commit eaa17a8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/message.jax

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*message.txt* For Vim バージョン 9.0. Last change: 2023 May 24
1+
*message.txt* For Vim バージョン 9.0. Last change: 2023 Nov 08
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -135,6 +135,8 @@ ExコマンドがExコマンドを実行するExコマンドを実行...(以下
135135
この制限は、200 または 'maxfuncdepth' のどちらか大きいほうである。それ以上多い
136136
ときはおそらく無限ループである。おそらく|:execute||:source|コマンドが関係し
137137
ているだろう。
138+
再帰コールバック関数 (|job-callback|) でも発生する可能性がある。
139+
ここでは 20 という制限が使用される。
138140

139141
*E254*
140142
Cannot allocate color {name} ~

en/message.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*message.txt* For Vim version 9.0. Last change: 2023 May 24
1+
*message.txt* For Vim version 9.0. Last change: 2023 Nov 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -135,6 +135,8 @@ This happens when an Ex command executes an Ex command that executes an Ex
135135
command, etc. The limit is 200 or the value of 'maxfuncdepth', whatever is
136136
larger. When it's more there probably is an endless loop. Probably a
137137
|:execute| or |:source| command is involved.
138+
Can also happen with a recursive callback function (|job-callback|).
139+
A limit of 20 is used here.
138140

139141
*E254*
140142
Cannot allocate color {name} ~

0 commit comments

Comments
 (0)