Skip to content

Commit 2620937

Browse files
authored
Merge pull request #1563 from vim-jp/hh-update-starting
Update starting.{txt,jax}
2 parents 7064a78 + a6711d7 commit 2620937

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/starting.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim バージョン 9.1. Last change: 2024 May 18
1+
*starting.txt* For Vim バージョン 9.1. Last change: 2024 Jun 04
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -426,8 +426,8 @@ VMSでは全てのオプション引数は小文字であるとみなされる
426426
--not-a-term 入力と出力(もしくはどちらか一方)が端末に接続されていないこと
427427
を、ユーザーが把握しているということをVimに伝える。これにより
428428
警告が表示され2秒間の遅延が発生するのを避けられる。
429-
"Reading from stdin..." のメッセージを避けることもできる。
430-
"N files to edit" のメッセージを避けることもできる
429+
また、"Reading from stdin..." や "N files to edit" というメッ
430+
セージも回避する
431431

432432
--gui-dialog-file {name} *--gui-dialog-file*
433433
GUIの使用時、ダイアログを表示する代わりとして、ファイル {name}

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.1. Last change: 2024 May 18
1+
*starting.txt* For Vim version 9.1. Last change: 2024 Jun 04
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -428,8 +428,8 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
428428
--not-a-term Tells Vim that the user knows that the input and/or output is
429429
not connected to a terminal. This will avoid the warning and
430430
the two second delay that would happen.
431-
Also avoids the "Reading from stdin..." message.
432-
Also avoids the "N files to edit" message.
431+
Also avoids the "Reading from stdin..." as well as the
432+
"N files to edit" message.
433433

434434
--gui-dialog-file {name} *--gui-dialog-file*
435435
When using the GUI, instead of showing a dialog, write the

0 commit comments

Comments
 (0)