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