Skip to content

Update gui.{txt,jax} #1499

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/gui.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*gui.txt* For Vim バージョン 9.1. Last change: 2023 Apr 29
*gui.txt* For Vim バージョン 9.1. Last change: 2024 Apr 17


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -71,6 +71,8 @@ GUIの初期化は次の順序で行われる:
を参照。
- "_gvimrc" ファイルが見つからないときには、".gvimrc" も試される。逆のときも
同様である。
- Unix では、"~/.config/vim/gvimrc" あるいは "$XDG_CONFIG_HOME/vim/gvimrc"
が存在する場合、それが読み込まれる。":version" でこれを確認できる。
$MYGVIMRC が設定されていないならば、$MYGVIMRC に最初に見つかったファイルの名
前が代入される。
- 'exrc' オプションが設定されていて(これは標準設定ではない)、./.gvimrcファイル
Expand Down
4 changes: 3 additions & 1 deletion en/gui.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*gui.txt* For Vim version 9.1. Last change: 2023 Apr 29
*gui.txt* For Vim version 9.1. Last change: 2024 Apr 17


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -70,6 +70,8 @@ When the GUI starts up initializations are carried out, in this order:
- For Win32, $HOME is set by Vim if needed, see |$HOME-windows|.
- When a "_gvimrc" file is not found, ".gvimrc" is tried too. And vice
versa.
- On Unix, if "~/.config/vim/gvimrc" or "$XDG_CONFIG_HOME/vim/gvimrc"
exists, it is sourced. You can check this with ":version".
The name of the first file found is stored in $MYGVIMRC, unless it was
already set.
- If the 'exrc' option is set (which is NOT the default) the file ./.gvimrc
Expand Down