Skip to content

Update options.{txt,jax} #1509

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 1 commit into from
May 9, 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
11 changes: 8 additions & 3 deletions doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.1. Last change: 2024 Mar 29
*options.txt* For Vim バージョン 9.1. Last change: 2024 May 02


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

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

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

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

Expand Down
11 changes: 8 additions & 3 deletions en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2024 Mar 29
*options.txt* For Vim version 9.1. Last change: 2024 May 02


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

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

For $XDG_CONFIG_HOME see |xdg-base-dir|.

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

Expand Down