Skip to content

Commit 8cea6ed

Browse files
authored
Merge pull request #1509 from vim-jp/hh-update-options
Update options.{txt,jax}
2 parents 38b9d11 + bb359c6 commit 8cea6ed

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

doc/options.jax

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2024 Mar 29
1+
*options.txt* For Vim バージョン 9.1. Last change: 2024 May 02
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -6698,7 +6698,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
66986698
<
66996699
*'runtimepath'* *'rtp'* *vimfiles*
67006700
'runtimepath' 'rtp' 文字列 (既定値:
6701-
Unix: "$HOME/.vim,
6701+
Unix: "$HOME/.vim または
6702+
$XDG_CONFIG_HOME/vim,
67026703
$VIM/vimfiles,
67036704
$VIMRUNTIME,
67046705
$VIM/vimfiles/after,
@@ -6750,6 +6751,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
67506751

67516752
および、コマンド |:runtime| で検索される全てのファイル。
67526753

6754+
$XDG_CONFIG_HOME については、|xdg-base-dir| を参照。
6755+
67536756
ほとんどのシステムでの既定値は、以下の5カ所を検索するようになっている。
67546757
1. ユーザーの個人的な設定を読み込むため、ユーザーのホームディレクトリ
67556758
を検索する。
@@ -9030,12 +9033,14 @@ Note 1番目の形式では、行全体がオプション指定に使われる
90309033
*'viewdir'* *'vdir'*
90319034
'viewdir' 'vdir' 文字列 (既定値 Amiga用: "$VIM/vimfiles/view",
90329035
Win32用: "$HOME/vimfiles/view",
9033-
Unix用: "$HOME/.vim/view",
9036+
Unix用: "$HOME/.vim/view" または
9037+
"$XDG_CONFIG_HOME/vim/view"
90349038
macOS用: "$VIM/vimfiles/view",
90359039
VMS用: "sys$login:vimfiles/view")
90369040
グローバル
90379041
{|+mksession| 機能付きでコンパイルされたときのみ有効}
90389042
コマンド |:mkview| によるファイルを格納するディレクトリの名前。
9043+
$XDG_CONFIG_HOME については、|xdg-base-dir| を参照。
90399044
セキュリティ上の理由から、このオプションを |modeline| または |sandbox|
90409045
内で設定することはできない。
90419046

en/options.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2024 Mar 29
1+
*options.txt* For Vim version 9.1. Last change: 2024 May 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -6683,7 +6683,8 @@ A jump table for the options with a short description can be found at |Q_op|.
66836683
<
66846684
*'runtimepath'* *'rtp'* *vimfiles*
66856685
'runtimepath' 'rtp' string (default:
6686-
Unix: "$HOME/.vim,
6686+
Unix: "$HOME/.vim or
6687+
$XDG_CONFIG_HOME/vim,
66876688
$VIM/vimfiles,
66886689
$VIMRUNTIME,
66896690
$VIM/vimfiles/after,
@@ -6735,6 +6736,8 @@ A jump table for the options with a short description can be found at |Q_op|.
67356736

67366737
And any other file searched for with the |:runtime| command.
67376738

6739+
For $XDG_CONFIG_HOME see |xdg-base-dir|.
6740+
67386741
The defaults for most systems are setup to search five locations:
67396742
1. In your home directory, for your personal preferences.
67406743
2. In a system-wide Vim directory, for preferences from the system
@@ -8986,13 +8989,15 @@ A jump table for the options with a short description can be found at |Q_op|.
89868989
*'viewdir'* *'vdir'*
89878990
'viewdir' 'vdir' string (default for Amiga: "home:vimfiles/view",
89888991
for Win32: "$HOME/vimfiles/view",
8989-
for Unix: "$HOME/.vim/view",
8992+
for Unix: "$HOME/.vim/view" or
8993+
"$XDG_CONFIG_HOME/vim/view"
89908994
for macOS: "$VIM/vimfiles/view",
89918995
for VMS: "sys$login:vimfiles/view")
89928996
global
89938997
{not available when compiled without the |+mksession|
89948998
feature}
89958999
Name of the directory where to store files for |:mkview|.
9000+
For $XDG_CONFIG_HOME see |xdg-base-dir|.
89969001
This option cannot be set from a |modeline| or in the |sandbox|, for
89979002
security reasons.
89989003

0 commit comments

Comments
 (0)