Skip to content

Commit 70d1412

Browse files
authored
Merge pull request #1350 from vim-jp/hh-update-starting
Update starting.{txt,jax}
2 parents 41da6d8 + e2d785c commit 70d1412

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

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:

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:

0 commit comments

Comments
 (0)