Skip to content

Commit b1b9729

Browse files
authored
Merge pull request #2509 from h-east/update-options
Update options.{txt,jax}
2 parents c719d2d + 90a46bd commit b1b9729

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

doc/options.jax

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
1+
*options.txt* For Vim バージョン 9.2. Last change: 2026 Feb 17
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -7352,19 +7352,20 @@ Note 1番目の形式では、行全体がオプション指定に使われる
73527352

73537353
$XDG_CONFIG_HOME については、|xdg-base-dir| を参照。
73547354

7355-
ほとんどのシステムでの既定値は、以下の5カ所を検索するようになっている。
7356-
1. ユーザーの個人的な設定を読み込むため、ユーザーのホームディレクトリ
7357-
を検索する。
7358-
2. システム管理者による設定を読み込むため、システム共通のVim用ディレク
7355+
ほとんどのシステムのデフォルトでは、以下の 5 つの場所を検索するように
7356+
設定されている:
7357+
1. ユーザーの個人的な設定を読み込むため、ユーザーの $MYVIMDIR ディレク
73597358
トリを検索する。
7360-
3. Vim付属のファイルを読み込むため、環境変数 $VIMRUNTIME 内を検索する。
7359+
2. システム管理者による設定を読み込むため、システム共通の Vim 用ディレ
7360+
クトリを検索する。
7361+
3. Vim 付属のファイルを読み込むため、$VIMRUNTIME 内を検索する。
73617362
*after-directory*
73627363
4. システム管理者が付属ファイルによる設定を上書きしたり、それに追加設
7363-
定をしたりできるようにするため、システム共通のVimディレクトリ内の
7364-
ディレクトリ "after" を検索する (これは滅多に使われない)。
7364+
定をしたりできるようにするため、システム共通の Vim ディレクトリ内の
7365+
ディレクトリ "after" を検索する (滅多に使われない)。
73657366
5. ユーザーが付属ファイルやシステム管理者による設定を上書きしたり、そ
7366-
れに追加設定をしたりできるようにするため、ユーザーのホームディレク
7367-
トリ内のディレクトリ "after" を検索する。
7367+
れに追加設定をしたりできるようにするため、ユーザーの $MYVIMDIR ディ
7368+
レクトリ内のディレクトリ "after" を検索する (滅多に使われない)
73687369

73697370
|packages| を使用するとさらに多くのエントリが追加される。もしもとても
73707371
長くなる場合 `:set rtp` は省略されるので、全てをみる必要がある場合は

en/options.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+
*options.txt* For Vim version 9.2. Last change: 2026 Feb 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7338,15 +7338,15 @@ A jump table for the options with a short description can be found at |Q_op|.
73387338
For $XDG_CONFIG_HOME see |xdg-base-dir|.
73397339

73407340
The defaults for most systems are setup to search five locations:
7341-
1. In your home directory, for your personal preferences.
7341+
1. In your $MYVIMDIR directory, for your personal preferences.
73427342
2. In a system-wide Vim directory, for preferences from the system
73437343
administrator.
73447344
3. In $VIMRUNTIME, for files distributed with Vim.
73457345
*after-directory*
73467346
4. In the "after" directory in the system-wide Vim directory. This is
73477347
for the system administrator to overrule or add to the distributed
73487348
defaults (rarely needed)
7349-
5. In the "after" directory in your home directory. This is for
7349+
5. In the "after" directory in your $MYVIMDIR directory. This is for
73507350
personal preferences to overrule or add to the distributed defaults
73517351
or system-wide settings (rarely needed).
73527352

0 commit comments

Comments
 (0)