Skip to content

Commit 4d1bc3f

Browse files
authored
Merge pull request #1887 from h-east/update-starting
Update starting.{txt,jax}
2 parents d1080e6 + 8c41cff commit 4d1bc3f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/starting.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
初期化のヒント ~

en/starting.txt

Lines changed: 2 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: 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:
976976
The $MYVIMRC or $MYGVIMRC environment variable will be set to the first found
977977
vimrc and/or gvimrc file while $MYVIMDIR is set to the users personal runtime
978978
directory 'rtp' (typically the first entry in 'runtimepath').
979+
Note: These environment variables resolve symbolic links, but 'rtp' does not.
979980

980981

981982
Some hints on using initializations ~

0 commit comments

Comments
 (0)