File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- *starting.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
1+ *starting.txt* For Vim バージョン 9.1. Last change: 2025 Nov 01
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -822,6 +822,9 @@ Evimでは以下のオプションが標準設定から変更される:
822822
823823 起動引数 "-s" によりVimがExモードで起動されたならば、続く4.までの初期
824824 化処理がスキップされる。オプション "-u" だけが処理される。
825+
826+ このステップが完了すると、| v:vim_did_init | 変数は 1 に設定される。
827+
825828 *evim.vim*
826829 a. Vimを| evim | や| eview | として、あるいは| -y | 引数を指定して起動すると
827830 $VIMRUNTIME/evim.vim が実行される。
Original file line number Diff line number Diff line change 1- *starting.txt* For Vim version 9.1. Last change: 2025 Oct 12
1+ *starting.txt* For Vim version 9.1. Last change: 2025 Nov 01
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -843,6 +843,9 @@ accordingly. Vim proceeds in this order:
843843 If Vim was started in Ex mode with the "-s" argument, all following
844844 initializations until 4. are skipped. Only the "-u" option is
845845 interpreted.
846+
847+ The | v:vim_did_init | variable is set to 1 after this step is finished.
848+
846849 *evim.vim*
847850 a. If Vim was started as | evim | or | eview | or with the | -y | argument, the
848851 script $VIMRUNTIME/evim.vim will be loaded.
You can’t perform that action at this time.
0 commit comments