Skip to content

Commit 55bd3cc

Browse files
committed
Update message.{txt,jax}
1 parent 9ac57a0 commit 55bd3cc

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

doc/message.jax

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

33

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

141139
*E254*
142140
Cannot allocate color {name} ~

en/message.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -135,8 +135,6 @@ 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.
140138

141139
*E254*
142140
Cannot allocate color {name} ~

0 commit comments

Comments
 (0)