File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- *starting.txt* For Vim バージョン 9.0. Last change: 2022 Nov 30
1
+ *starting.txt* For Vim バージョン 9.0. Last change: 2023 May 30
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -770,10 +770,11 @@ Evimでは以下のオプションが標準設定から変更される:
770
770
8を参照。
771
771
772
772
2. 引数を処理する
773
- Vimを起動するときに指定したオプション引数やファイル名を調べる。指定さ
774
- れたファイルのバッファを作成する(まだ読み込まない)。
773
+ Vimを起動するときに指定したオプション引数やファイル名を調べる。
775
774
引数 | -V | を使うと、初期化処理のデバッグ用にこれ以降で起こることを表示
776
775
したりログに書き出したりできる。
776
+ | --cmd | 引数が実行される。
777
+ 指定されたファイルのバッファを作成する(まだ読み込まない)。
777
778
778
779
3. 環境変数とファイルのExコマンドを実行する
779
780
環境変数の値は一つのExコマンドラインとして読まれるので、複数のコマンド
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -792,9 +792,11 @@ accordingly. Vim proceeds in this order:
792
792
793
793
2. Process the arguments
794
794
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.
796
796
The | -V | argument can be used to display or log what happens next,
797
797
useful for debugging the initializations.
798
+ The | --cmd | arguments are executed.
799
+ Buffers are created for all files (but not loaded yet).
798
800
799
801
3. Execute Ex commands, from environment variables and/or files
800
802
An environment variable is read as one Ex command line, where multiple
You can’t perform that action at this time.
0 commit comments