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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -952,6 +952,7 @@ Evimでは以下のオプションが標準設定から変更される:
952
952
環境変数 $MYVIMRC または $MYGVIMRC は、最初に見つかった vimrc ファイル、gvimrc
953
953
ファイルに設定され、$MYVIMDIR はユーザーの個人用ランタイムディレクトリ 'rtp'
954
954
(通常は'runtimepath' の最初のエントリ) に設定される。
955
+ Note: これらの環境変数はシンボリックリンクを解決するが、'rtp' は解決しない。
955
956
956
957
957
958
初期化のヒント ~
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -976,6 +976,7 @@ accordingly. Vim proceeds in this order:
976
976
The $MYVIMRC or $MYGVIMRC environment variable will be set to the first found
977
977
vimrc and/or gvimrc file while $MYVIMDIR is set to the users personal runtime
978
978
directory 'rtp' (typically the first entry in 'runtimepath' ).
979
+ Note: These environment variables resolve symbolic links, but 'rtp' does not.
979
980
980
981
981
982
Some hints on using initializations ~
You can’t perform that action at this time.
0 commit comments