Skip to content

Commit b19722d

Browse files
authored
Merge pull request #2411 from h-east/update-starting
Update starting.{txt,jax}
2 parents 8cde688 + 363d72d commit b19722d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/starting.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 が実行される。

en/starting.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

0 commit comments

Comments
 (0)