Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/starting.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*starting.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
*starting.txt* For Vim バージョン 9.1. Last change: 2025 Nov 01


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -822,6 +822,9 @@ Evimでは以下のオプションが標準設定から変更される:

起動引数 "-s" によりVimがExモードで起動されたならば、続く4.までの初期
化処理がスキップされる。オプション "-u" だけが処理される。

このステップが完了すると、|v:vim_did_init| 変数は 1 に設定される。

*evim.vim*
a. Vimを|evim|や|eview|として、あるいは|-y|引数を指定して起動すると
$VIMRUNTIME/evim.vim が実行される。
Expand Down
5 changes: 4 additions & 1 deletion en/starting.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*starting.txt* For Vim version 9.1. Last change: 2025 Oct 12
*starting.txt* For Vim version 9.1. Last change: 2025 Nov 01


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -843,6 +843,9 @@ accordingly. Vim proceeds in this order:
If Vim was started in Ex mode with the "-s" argument, all following
initializations until 4. are skipped. Only the "-u" option is
interpreted.

The |v:vim_did_init| variable is set to 1 after this step is finished.

*evim.vim*
a. If Vim was started as |evim| or |eview| or with the |-y| argument, the
script $VIMRUNTIME/evim.vim will be loaded.
Expand Down