Skip to content

Commit 1720cf0

Browse files
authored
Merge pull request #2553 from h-east/update-options
Update options.{txt,jax}
2 parents bd4e350 + 227e8ca commit 1720cf0

2 files changed

Lines changed: 20 additions & 6 deletions

File tree

doc/options.jax

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.2. Last change: 2026 Mar 23
1+
*options.txt* For Vim バージョン 9.2. Last change: 2026 Apr 01
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -1058,9 +1058,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
10581058
'autowrite' 'aw' 切替 (既定ではオフ)
10591059
グローバル
10601060
コマンド `:next`, `:rewind`, `:last`, `:first`, `:previous`, `:stop`,
1061-
`:suspend`, `:tag`, `:!`, `:make`, CTRL-], CTRL-^ を実行したときや、コ
1062-
マンド `:buffer`, CTRL-O, CTRL-I, '{A-Z0-9}, `{A-Z0-9} の移動先が別の
1063-
ファイルのとき、ファイルが変更されているなら書き込む。
1061+
`:suspend`, `:tag`, `:!`, `:make`, `:terminal`, CTRL-], CTRL-^ を実行
1062+
したときや、コマンド `:buffer`, CTRL-O, CTRL-I, '{A-Z0-9}, `{A-Z0-9}
1063+
の移動先が別のファイルのとき、ファイルが変更されているなら書き込む。
10641064
バッファが書き込まれないのは隠れバッファになったときで、例えば
10651065
'bufhidden' が "hide" に設定されていて `:next` が使われたとき。
10661066
Note 'autowrite' が適用されないコマンドもあることに注意。それについて
@@ -2270,6 +2270,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
22702270
Note: マッチ数制限は前方補完 (CTRL-N) 時にのみ有効で、後方補完 (CTRL-P)
22712271
時には無視される。
22722272

2273+
'modelineexpr' がオフの場合、このオプションをモードラインで設定するこ
2274+
とはできない。
2275+
22732276
*'completefunc'* *'cfu'*
22742277
'completefunc' 'cfu' 文字列 (既定では空)
22752278
バッファについてローカル
@@ -4720,6 +4723,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
47204723
ある: >
47214724
:let &guitabtooltip = "line one\nline two"
47224725
<
4726+
'modelineexpr' がオフの場合、このオプションをモードラインで設定するこ
4727+
とはできない。
4728+
47234729
*'helpfile'* *'hf'*
47244730
'helpfile' 'hf' 文字列 (既定では MS-Windows: "$VIMRUNTIME\doc\help.txt"
47254731
その他: "$VIMRUNTIME/doc/help.txt")
@@ -6882,6 +6888,9 @@ Note 1番目の形式では、行全体がオプション指定に使われる
68826888
コマンド |:hardcopy| の出力のヘッダーの書式を定義する。
68836889
|pheader-option|を参照。
68846890

6891+
'modelineexpr' がオフの場合、このオプションをモードラインで設定するこ
6892+
とはできない。
6893+
68856894
*'printmbcharset'* *'pmbcs'*
68866895
'printmbcharset' 'pmbcs' 文字列 (既定では "")
68876896
グローバル

en/options.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.2. Last change: 2026 Mar 23
1+
*options.txt* For Vim version 9.2. Last change: 2026 Apr 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1031,7 +1031,7 @@ A jump table for the options with a short description can be found at |Q_op|.
10311031
global
10321032
Write the contents of the file, if it has been modified, on each
10331033
`:next`, `:rewind`, `:last`, `:first`, `:previous`, `:stop`,
1034-
`:suspend`, `:tag`, `:!`, `:make`, CTRL-] and CTRL-^ command; and when
1034+
`:suspend`, `:tag`, `:!`, `:make`, `:terminal`, CTRL-] and CTRL-^ command; and when
10351035
a `:buffer`, CTRL-O, CTRL-I, '{A-Z0-9}, or `{A-Z0-9} command takes one
10361036
to another file.
10371037
A buffer is not written if it becomes hidden, e.g. when 'bufhidden' is
@@ -2226,6 +2226,8 @@ A jump table for the options with a short description can be found at |Q_op|.
22262226
Note: The match limit takes effect only during forward completion
22272227
(CTRL-N) and is ignored during backward completion (CTRL-P).
22282228

2229+
This option cannot be set in a modeline when 'modelineexpr' is off.
2230+
22292231
*'completefunc'* *'cfu'*
22302232
'completefunc' 'cfu' string (default: empty)
22312233
local to buffer
@@ -4686,6 +4688,7 @@ A jump table for the options with a short description can be found at |Q_op|.
46864688
You can include a line break. Simplest method is to use |:let|: >
46874689
:let &guitabtooltip = "line one\nline two"
46884690
<
4691+
This option cannot be set in a modeline when 'modelineexpr' is off.
46894692

46904693
*'helpfile'* *'hf'*
46914694
'helpfile' 'hf' string (default (MS-Windows) "$VIMRUNTIME\doc\help.txt"
@@ -6847,6 +6850,8 @@ A jump table for the options with a short description can be found at |Q_op|.
68476850
The format of the header produced in |:hardcopy| output.
68486851
See |pheader-option|.
68496852

6853+
This option cannot be set in a modeline when 'modelineexpr' is off.
6854+
68506855
*'printmbcharset'* *'pmbcs'*
68516856
'printmbcharset' 'pmbcs' string (default "")
68526857
global

0 commit comments

Comments
 (0)