Skip to content

Commit db869be

Browse files
committed
Merge branch 'master' into hh-update-pattern
2 parents 4cd97dd + 2c5aed4 commit db869be

File tree

13 files changed

+37
-25
lines changed

13 files changed

+37
-25
lines changed

doc/eval.jax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2353,7 +2353,7 @@ v:progpath Vim を起動したときのコマンド (パスを含む)。|--remot
23532353
しれないが、".exe" は v:progpath には追加されない。
23542354
読出し専用。
23552355

2356-
*v:python3_version* *python3-version-variable*
2356+
*v:python3_version* *python3-version-variable*
23572357
v:python3_version
23582358
Vim がビルドされた Python 3 のバージョン。Python が動的にロー
23592359
ドされる場合 (|python-dynamic|)、このバージョンは Python ライ
@@ -3043,6 +3043,10 @@ text...
30433043
これを回避するにはリストのコピーを作るとよい。
30443044
|deepcopy()|を参照。
30453045

3046+
*E1391* *E1392*
3047+
オブジェクト変数とクラス変数のロックとロック解除は現在
3048+
サポートされていない。
3049+
30463050

30473051
:unlo[ckvar][!] [depth] {name} ... *:unlockvar* *:unlo* *E1246*
30483052
内部変数{name}をアンロックする。|:lockvar|の逆を行う。

doc/starting.jax

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim バージョン 9.0. Last change: 2023 May 30
1+
*starting.txt* For Vim バージョン 9.0. Last change: 2023 Oct 17
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -344,7 +344,7 @@ VMSでは全てのオプション引数は小文字であるとみなされる
344344
ログの出力を開始し、ファイル {filename} に書き込む。
345345
これは、起動時の非常に早い段階で
346346
`ch_logfile({filename}, 'ao')` を呼び出すのと同様な動作である。
347-
{|+eval| が有効な場合のみ利用可能}
347+
{|+eval| および |+channel| が有効な場合のみ利用可能}
348348

349349
*-D*
350350
-D デバッグする。スクリプトの最初のコマンドを実行するところからデ
@@ -1668,7 +1668,6 @@ viminfoを上書きしたいのならば、エラーを修正するか、また
16681668
|press-enter| プロンプトが表示されたときは "q" を押す
16691669
とファイル番号を入力するプロンプトに戻れる。
16701670
! をつけると変更中のバッファを破棄する。|abandon|
1671-
{tiny または small でコンパイルされたときは利用できな
1672-
い}
1671+
{tiny でコンパイルされたときは利用できない}
16731672

16741673
vim:tw=78:ts=8:noet:ft=help:norl:

doc/terminal.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,8 +1472,9 @@ g:termdebug_config がない場合は、以下を使用できます: >
14721472
1以上の任意の値を設定でき、その値が Asm ウィンドウの高さになります。
14731473

14741474
*termdebug_variables_window*
1475-
Var ウィンドウをデフォルトで表示させたい場合、このフラグを 1 に設定します。
1476-
"variables_window_height" エントリを使用してウィンドウの高さを設定できます: >
1475+
Var ウィンドウをデフォルトで表示させたい場合、"variables_window" フラグに 1 を
1476+
設定します。"variables_window_height" エントリを使用してウィンドウの高さを設定
1477+
できます: >
14771478
let g:termdebug_config['variables_window'] = 1
14781479
let g:termdebug_config['variables_window_height'] = 15
14791480
g:termdebug_config がない場合は、以下を使用できます: >

doc/userfunc.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@ Note `system()` を呼ぶ前で "Outfile" 削除がスケジュールされて
416416
のも関数に後置できない。現在 `:defer GetArg()->TheFunc()` は動作せず、これが動
417417
作するかもしれないのは今後のバージョンになる。
418418

419-
エラーは報告されるが遅延関数の実行の中断理由にはならない。
419+
エラーは報告されるが、遅延関数の実行を中止したり、遅延関数以外の実行を変更した
420+
りすることはない。
420421

421422
範囲は使えない。関数として追加の引数付きの部分適用は使えるが、辞書は使えない。
422423
*E1300*

doc/usr_90.jax

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,8 @@ make とは別に "configure" を実行する方法もあります。オプシ
172172
よく使われる引数を次に示します。これらは Makefile からでも有効にできます。
173173

174174
--prefix={directory} Vim をインストールするトップディレクトリ
175-
--with-features=tiny 多くの機能を無効にしてコンパイル
176-
--with-features=small 一部の機能を無効にしてコンパイル
177-
--with-features=big 多くの機能を有効にしてコンパイル
175+
--with-features=tiny 一部の機能を無効にしてコンパイル
176+
--with-features=normal 多くの機能を有効にしてコンパイル
178177
--with-features=huge ほとんどの機能を有効にしてコンパイル
179178
いつどの機能が有効になるのかは |+feature-list|
180179
を参照してください。

en/eval.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2424,7 +2424,7 @@ v:progpath Contains the command with which Vim was invoked, in a form
24242424
".exe" is not added to v:progpath.
24252425
Read-only.
24262426

2427-
*v:python3_version* *python3-version-variable*
2427+
*v:python3_version* *python3-version-variable*
24282428
v:python3_version
24292429
Version of Python 3 that Vim was built against. When
24302430
Python is loaded dynamically (|python-dynamic|), this version
@@ -3128,6 +3128,10 @@ text...
31283128
< You may want to make a copy of a list to avoid this.
31293129
See |deepcopy()|.
31303130

3131+
*E1391* *E1392*
3132+
Locking and unlocking object and class variables is
3133+
currently NOT supported.
3134+
31313135

31323136
:unlo[ckvar][!] [depth] {name} ... *:unlockvar* *:unlo* *E1246*
31333137
Unlock the internal variable {name}. Does the

en/intro.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ introduce Y2K problems, but those are not really part of Vim itself.
184184
==============================================================================
185185
3. Credits *credits* *author*
186186

187-
Most of Vim was created by Bram Moolenaar <[email protected]> |Bram-Moolenaar|
187+
Most of Vim was created by Bram Moolenaar <[email protected]> |Bram-Moolenaar|.
188188

189189
Parts of the documentation come from several Vi manuals, written by:
190190
W.N. Joy
@@ -217,7 +217,8 @@ Vim would never have become what it is now, without the help of these people!
217217
Bill Foster Athena GUI port (later removed)
218218
Google Let Bram work on Vim one day a week
219219
Loic Grenie xvim (ideas for multi windows version)
220-
Sven Guckes Vim promoter and previous WWW page maintainer |Sven-Guckes|
220+
Sven Guckes Vim promoter and previous WWW page maintainer
221+
|Sven-Guckes|
221222
Darren Hiebert Exuberant ctags
222223
Jason Hildebrand GTK+ 2 port
223224
Bruce Hunsaker improvements for VMS port

en/starting.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim version 9.0. Last change: 2023 May 30
1+
*starting.txt* For Vim version 9.0. Last change: 2023 Oct 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -348,7 +348,7 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
348348
Start logging and write entries to {filename}.
349349
This works like calling `ch_logfile({filename}, 'ao')` very
350350
early during startup.
351-
{only available with the |+eval| feature}
351+
{only available with the |+eval| and |+channel| feature}
352352

353353
*-D*
354354
-D Debugging. Go to debugging mode when executing the first
@@ -1704,6 +1704,6 @@ most of the information will be restored).
17041704
If you get the |press-enter| prompt you can press "q"
17051705
and still get the prompt to enter a file number.
17061706
Use ! to abandon a modified buffer. |abandon|
1707-
{not when compiled with tiny or small features}
1707+
{not when compiled with tiny features}
17081708

17091709
vim:tw=78:ts=8:noet:ft=help:norl:

en/terminal.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,8 +1485,9 @@ If there is no g:termdebug_config you can use: >
14851485
Any value greater than 1 will set the Asm window height to that value.
14861486

14871487
*termdebug_variables_window*
1488-
If you want the Var window shown by default, set the flag to 1.
1489-
the "variables_window_height" entry can be used to set the window height: >
1488+
If you want the Var window shown by default, set the "variables_window" flag
1489+
to 1. The "variables_window_height" entry can be used to set the window
1490+
height: >
14901491
let g:termdebug_config['variables_window'] = 1
14911492
let g:termdebug_config['variables_window_height'] = 15
14921493
If there is no g:termdebug_config you can use: >

en/userfunc.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,8 @@ Any return value of the deferred function is discarded. The function cannot
443443
be followed by anything, such as "->func" or ".member". Currently `:defer
444444
GetArg()->TheFunc()` does not work, it may work in a later version.
445445

446-
Errors are reported but do not cause aborting execution of deferred functions.
446+
Errors are reported but do not cause aborting execution of deferred functions
447+
or altering execution outside of deferred functions.
447448

448449
No range is accepted. The function can be a partial with extra arguments, but
449450
not with a dictionary. *E1300*

0 commit comments

Comments
 (0)