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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -71,6 +71,8 @@ GUIの初期化は次の順序で行われる:
7171 を参照。
7272 - "_gvimrc" ファイルが見つからないときには、".gvimrc" も試される。逆のときも
7373 同様である。
74+ - Unix では、"~/.config/vim/gvimrc" あるいは "$XDG_CONFIG_HOME/vim/gvimrc"
75+ が存在する場合、それが読み込まれる。":version" でこれを確認できる。
7476 $MYGVIMRC が設定されていないならば、$MYGVIMRC に最初に見つかったファイルの名
7577 前が代入される。
7678- '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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -70,6 +70,8 @@ When the GUI starts up initializations are carried out, in this order:
7070 - For Win32, $HOME is set by Vim if needed, see | $HOME-windows | .
7171 - When a "_gvimrc" file is not found, ".gvimrc" is tried too. And vice
7272 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".
7375 The name of the first file found is stored in $MYGVIMRC, unless it was
7476 already set.
7577- 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