Skip to content

Commit da56d15

Browse files
authored
Merge pull request #2624 from h-east/update-options
Update options.{txt,jax}
2 parents 7fdcc00 + 940bbbd commit da56d15

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

doc/options.jax

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.2. Last change: 2026 May 04
1+
*options.txt* For Vim バージョン 9.2. Last change: 2026 May 08
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -4007,7 +4007,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
40074007
マンドの引数である。2 番目の引数は |Boolean| で、関数が呼び出されて
40084008
|:find| コマンドのコマンドライン補完にマッチしたリストを取得した時に
40094009
|v:true| に設定される。
4010-
関数は文字列のリストを返す必要がある。
4010+
関数はリストを返す必要があり、そのリストは
4011+
|:command-completion-customlist| 関数の戻り値と同様に処理される。
40114012

40124013
関数は、|:find| コマンドの呼び出しごとに 1 回だけ呼び出される。
40134014
関数は、'path' で指定されたすべてのディレクトリを処理できる。
@@ -6841,9 +6842,6 @@ Note 1番目の形式では、行全体がオプション指定に使われる
68416842
< 文字 ';' を ':' または指定可能な区切り文字で置換する。 Note この方法
68426843
は、$INCL がコンマや空白を含んでいるときには使えないので注意。
68436844

6844-
セキュリティ上の理由から、このオプションを |modeline| または |sandbox|
6845-
内で設定することはできない。
6846-
68476845
*'perldll'*
68486846
'perldll' 文字列 (既定値はビルドに依存)
68496847
グローバル
@@ -7882,6 +7880,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
78827880
失われる。これはシェルによって設定できる場合があるので、pipefail オプ
78837881
ションを探して欲しい (bash と zsh の場合は ":set -o pipefail" を使用す
78847882
る)。
7883+
許可されている "%s" 値は 1 つのみである。
78857884
セキュリティ上の理由から、このオプションを |modeline| または |sandbox|
78867885
内で設定することはできない。
78877886

@@ -7925,6 +7924,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
79257924
セキュリティ上の理由から、このオプションを |modeline| または |sandbox|
79267925
内で設定することはできない。
79277926

7927+
*E1577*
7928+
オプション値には "%s" という項目を 1 つだけ使用できる。
7929+
79287930
*'shellslash'* *'ssl'* *'noshellslash'* *'nossl'*
79297931
'shellslash' 'ssl' 切替 (既定ではオフ)
79307932
グローバル

en/options.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.2. Last change: 2026 May 04
1+
*options.txt* For Vim version 9.2. Last change: 2026 May 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3983,7 +3983,8 @@ A jump table for the options with a short description can be found at |Q_op|.
39833983
|String| and is the |:find| command argument. The second argument is
39843984
a |Boolean| and is set to |v:true| when the function is called to get
39853985
a List of command-line completion matches for the |:find| command.
3986-
The function should return a List of strings.
3986+
The function should return a List, which is handled similarly to the
3987+
return value of a |:command-completion-customlist| function.
39873988

39883989
The function is called only once per |:find| command invocation.
39893990
The function can process all the directories specified in 'path'.
@@ -6799,9 +6800,6 @@ A jump table for the options with a short description can be found at |Q_op|.
67996800
< Replace the ';' with a ':' or whatever separator is used. Note that
68006801
this doesn't work when $INCL contains a comma or white space.
68016802

6802-
This option cannot be set from a |modeline| or in the |sandbox|, for
6803-
security reasons.
6804-
68056803
*'perldll'*
68066804
'perldll' string (default depends on the build)
68076805
global
@@ -7848,6 +7846,7 @@ A jump table for the options with a short description can be found at |Q_op|.
78487846
Note: When using a pipe like "| tee", you'll lose the exit code of the
78497847
shell command. This might be configurable by your shell, look for
78507848
the pipefail option (for bash and zsh, use ":set -o pipefail").
7849+
Only a single "%s" value is allowed.
78517850
This option cannot be set from a |modeline| or in the |sandbox|, for
78527851
security reasons.
78537852

@@ -7891,6 +7890,9 @@ A jump table for the options with a short description can be found at |Q_op|.
78917890
become obsolete (at least for Unix).
78927891
This option cannot be set from a |modeline| or in the |sandbox|, for
78937892
security reasons.
7893+
*E1577*
7894+
Only a single "%s" item is allowed in the option value.
7895+
78947896

78957897
*'shellslash'* *'ssl'* *'noshellslash'* *'nossl'*
78967898
'shellslash' 'ssl' boolean (default off)

0 commit comments

Comments
 (0)