File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- *starting.txt* For Vim バージョン 9.1. Last change: 2024 May 18
1
+ *starting.txt* For Vim バージョン 9.1. Last change: 2024 Jun 04
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -426,8 +426,8 @@ VMSでは全てのオプション引数は小文字であるとみなされる
426
426
--not-a-term 入力と出力(もしくはどちらか一方)が端末に接続されていないこと
427
427
を、ユーザーが把握しているということをVimに伝える。これにより
428
428
警告が表示され2秒間の遅延が発生するのを避けられる。
429
- "Reading from stdin..." のメッセージを避けることもできる。
430
- "N files to edit" のメッセージを避けることもできる 。
429
+ また、 "Reading from stdin..." や "N files to edit" というメッ
430
+ セージも回避する 。
431
431
432
432
--gui-dialog-file {name} *--gui-dialog-file*
433
433
GUIの使用時、ダイアログを表示する代わりとして、ファイル {name}
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -428,8 +428,8 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
428
428
--not-a-term Tells Vim that the user knows that the input and/or output is
429
429
not connected to a terminal. This will avoid the warning and
430
430
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.
433
433
434
434
--gui-dialog-file {name} *--gui-dialog-file*
435
435
When using the GUI, instead of showing a dialog, write the
You can’t perform that action at this time.
0 commit comments