File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- *gui.txt* For Vim バージョン 9.1. Last change: 2023 Apr 29
1
+ *gui.txt* For Vim バージョン 9.1. Last change: 2024 Apr 17
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -71,6 +71,8 @@ GUIの初期化は次の順序で行われる:
71
71
を参照。
72
72
- "_gvimrc" ファイルが見つからないときには、".gvimrc" も試される。逆のときも
73
73
同様である。
74
+ - Unix では、"~/.config/vim/gvimrc" あるいは "$XDG_CONFIG_HOME/vim/gvimrc"
75
+ が存在する場合、それが読み込まれる。":version" でこれを確認できる。
74
76
$MYGVIMRC が設定されていないならば、$MYGVIMRC に最初に見つかったファイルの名
75
77
前が代入される。
76
78
- 'exrc' オプションが設定されていて(これは標準設定ではない)、./.gvimrcファイル
Original file line number Diff line number Diff line change 1
- *gui.txt* For Vim version 9.1. Last change: 2023 Apr 29
1
+ *gui.txt* For Vim version 9.1. Last change: 2024 Apr 17
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -70,6 +70,8 @@ When the GUI starts up initializations are carried out, in this order:
70
70
- For Win32, $HOME is set by Vim if needed, see | $HOME-windows | .
71
71
- When a "_gvimrc" file is not found, ".gvimrc" is tried too. And vice
72
72
versa.
73
+ - On Unix, if "~/.config/vim/gvimrc" or "$XDG_CONFIG_HOME/vim/gvimrc"
74
+ exists, it is sourced. You can check this with ":version".
73
75
The name of the first file found is stored in $MYGVIMRC, unless it was
74
76
already set.
75
77
- If the 'exrc' option is set (which is NOT the default) the file ./.gvimrc
You can’t perform that action at this time.
0 commit comments