File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- *message.txt* For Vim バージョン 9.0. Last change: 2023 May 24
1
+ *message.txt* For Vim バージョン 9.0. Last change: 2023 Nov 08
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -135,6 +135,8 @@ ExコマンドがExコマンドを実行するExコマンドを実行...(以下
135
135
この制限は、200 または 'maxfuncdepth' のどちらか大きいほうである。それ以上多い
136
136
ときはおそらく無限ループである。おそらく| :execute | か| :source | コマンドが関係し
137
137
ているだろう。
138
+ 再帰コールバック関数 (| job-callback | ) でも発生する可能性がある。
139
+ ここでは 20 という制限が使用される。
138
140
139
141
*E254*
140
142
Cannot allocate color {name} ~
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -135,6 +135,8 @@ This happens when an Ex command executes an Ex command that executes an Ex
135
135
command, etc. The limit is 200 or the value of 'maxfuncdepth' , whatever is
136
136
larger. When it's more there probably is an endless loop. Probably a
137
137
| :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.
138
140
139
141
*E254*
140
142
Cannot allocate color {name} ~
You can’t perform that action at this time.
0 commit comments