Skip to content

Commit 323125a

Browse files
authored
Merge pull request #1322 from vim-jp/hh-update-starting
Update starting.{txt,jax}
2 parents ea1c34d + 986bdaa commit 323125a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

doc/starting.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -770,10 +770,11 @@ Evimでは以下のオプションが標準設定から変更される:
770770
8を参照。
771771

772772
2. 引数を処理する
773-
Vimを起動するときに指定したオプション引数やファイル名を調べる。指定さ
774-
れたファイルのバッファを作成する(まだ読み込まない)。
773+
Vimを起動するときに指定したオプション引数やファイル名を調べる。
775774
引数 |-V| を使うと、初期化処理のデバッグ用にこれ以降で起こることを表示
776775
したりログに書き出したりできる。
776+
|--cmd| 引数が実行される。
777+
指定されたファイルのバッファを作成する(まだ読み込まない)。
777778

778779
3. 環境変数とファイルのExコマンドを実行する
779780
環境変数の値は一つのExコマンドラインとして読まれるので、複数のコマンド

en/starting.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -792,9 +792,11 @@ accordingly. Vim proceeds in this order:
792792

793793
2. Process the arguments
794794
The options and file names from the command that start Vim are
795-
inspected. Buffers are created for all files (but not loaded yet).
795+
inspected.
796796
The |-V| argument can be used to display or log what happens next,
797797
useful for debugging the initializations.
798+
The |--cmd| arguments are executed.
799+
Buffers are created for all files (but not loaded yet).
798800

799801
3. Execute Ex commands, from environment variables and/or files
800802
An environment variable is read as one Ex command line, where multiple

0 commit comments

Comments
 (0)