File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- *starting.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1+ *starting.txt* For Vim バージョン 9.1. Last change: 2024 Dec 19
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -952,6 +952,7 @@ Evimでは以下のオプションが標準設定から変更される:
952952環境変数 $MYVIMRC または $MYGVIMRC は、最初に見つかった vimrc ファイル、gvimrc
953953ファイルに設定され、$MYVIMDIR はユーザーの個人用ランタイムディレクトリ 'rtp'
954954(通常は'runtimepath' の最初のエントリ) に設定される。
955+ Note: これらの環境変数はシンボリックリンクを解決するが、'rtp' は解決しない。
955956
956957
957958初期化のヒント ~
Original file line number Diff line number Diff line change 1- *starting.txt* For Vim version 9.1. Last change: 2024 Oct 05
1+ *starting.txt* For Vim version 9.1. Last change: 2024 Dec 19
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -976,6 +976,7 @@ accordingly. Vim proceeds in this order:
976976The $MYVIMRC or $MYGVIMRC environment variable will be set to the first found
977977vimrc and/or gvimrc file while $MYVIMDIR is set to the users personal runtime
978978directory 'rtp' (typically the first entry in 'runtimepath' ).
979+ Note: These environment variables resolve symbolic links, but 'rtp' does not.
979980
980981
981982Some hints on using initializations ~
You can’t perform that action at this time.
0 commit comments