Skip to content

Commit ff65e3b

Browse files
committed
Update by original
1 parent f13a25e commit ff65e3b

File tree

2 files changed

+79
-12
lines changed

2 files changed

+79
-12
lines changed

doc/options.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1765,6 +1765,17 @@ Note 1番目の形式では、行全体がオプション指定に使われる
17651765
セキュリティ上の理由から、このオプションを |modeline| または |sandbox|
17661766
内で設定することはできない。
17671767

1768+
*'chistory'* *'chi'*
1769+
'chistory' 'chi' 数値 (既定では 10)
1770+
グローバル
1771+
{|+quickfix| 機能付きでコンパイルされたときのみ有効}
1772+
quickfix スタックに記憶する quickfix リストの数。1 から 100 の間で指定
1773+
する必要がある。このオプションが quickfix リストスタック内のエントリ数
1774+
よりも小さい値に設定された場合、エントリは最も古いものから削除される。
1775+
現在の quickfix リストが削除された場合、スタックの先頭 (最も最近作成さ
1776+
れたもの) の quickfix リストが代わりに使用される。詳細については、
1777+
|quickfix-stack| を参照。
1778+
17681779
*'cindent'* *'cin'* *'nocindent'* *'nocin'*
17691780
'cindent' 'cin' 切替 (既定ではオフ)
17701781
バッファについてローカル
@@ -3614,9 +3625,10 @@ Note 1番目の形式では、行全体がオプション指定に使われる
36143625
*'fillchars'* *'fcs'*
36153626
'fillchars' 'fcs' 文字列 (既定では "vert:|,fold:-,eob:~,lastline:@")
36163627
グローバル/ウィンドウについてローカル |global-local|
3617-
ウィンドウのステータス行、垂直分割の区切り、特殊行を埋める文字。
3618-
これはコンマで区切られた項目のリストである。各項目には、名前、コロン、
3619-
およびその項目の値がある: |E1511|
3628+
ウィンドウのステータス行、垂直分割の区切り、特殊行、および
3629+
|ins-completion-menu| 内の切り捨てられたテキストを埋めるための文字。こ
3630+
れはコンマで区切られた項目のリストである。各項目には、名前、コロン、お
3631+
よびその項目の値がある: |E1511|
36203632

36213633
キーワード 既定値 変更の対象 ~
36223634
stl ' ' カレントウィンドウのステータス行
@@ -3629,6 +3641,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
36293641
diff '-' 'diff' での削除された行
36303642
eob '~' バッファ終端以降の空行
36313643
lastline '@' 'display' が含む最終行/切り捨て
3644+
trunc '>' |ins-completion-menu| 内の切り捨てられ
3645+
たテキスト
36323646

36333647
指定されなかったキーワードについては、既定値が使われる。
36343648

@@ -3639,15 +3653,20 @@ Note 1番目の形式では、行全体がオプション指定に使われる
36393653
トおよびマルチバイトの文字をサポートしている。しかし全角文字幅の文字は
36403654
サポートしていない。|E1512|
36413655

3642-
強調表示が行われるものおよびその属するグループ:
3656+
ハイライトが行われるものおよびその属するグループ:
36433657
項目名 ハイライトグループ ~
36443658
stl StatusLine |hl-StatusLine|
36453659
stlnc StatusLineNC |hl-StatusLineNC|
36463660
vert VertSplit |hl-VertSplit|
36473661
fold Folded |hl-Folded|
3662+
foldopen FoldColumn |hl-FoldColumn|
3663+
foldclose FoldColumn |hl-FoldColumn|
3664+
foldsep FoldColumn |hl-FoldColumn|
36483665
diff DiffDelete |hl-DiffDelete|
36493666
eob EndOfBuffer |hl-EndOfBuffer|
36503667
lastline NonText |hl-NonText|
3668+
trunc |hl-PmenuSel| のような多くのポップアップメニューハイラ
3669+
イトグループの 1 つ。
36513670

36523671
*'findfunc'* *'ffu'* *E1514*
36533672
'findfunc' 'ffu' 文字列 (既定では "")
@@ -5367,6 +5386,17 @@ Note 1番目の形式では、行全体がオプション指定に使われる
53675386
これにより表示エラーとなることがある。再描画によってちらつきや速度低下
53685387
になる場合にのみ一時的に設定することを目的としてる。
53695388

5389+
*'lhistory'* *'lhi'*
5390+
'lhistory' 'lhi' 数値 (既定では 10)
5391+
ウィンドウについてローカル
5392+
{|+quickfix| 機能付きでコンパイルされたときのみ有効}
5393+
'chistory' と同様だが、ウィンドウに関連付けられたロケーションリストス
5394+
タックを対象としている。ロケーションリストウィンドウ自体、またはロケー
5395+
ションリストスタックに関連付けられたウィンドウのいずれかでオプションが
5396+
変更された場合、新しい値はもう一方のウィンドウにも適用される。つまりこ
5397+
の値は、特定のロケーションリストウィンドウとそれに対応するウィンドウで
5398+
常に同じになる。詳細については |quickfix-stack| を参照。
5399+
53705400
*'linebreak'* *'lbr'* *'nolinebreak'* *'nolbr'*
53715401
'linebreak' 'lbr' 切替 (既定ではオフ)
53725402
ウィンドウについてローカル
@@ -6519,8 +6549,11 @@ Note 1番目の形式では、行全体がオプション指定に使われる
65196549
グローバル
65206550
補完用のポップアップメニューに使用する最大幅を決定する。ゼロの場合、最
65216551
大幅の制限はない。それ以外の場合、ポップアップメニューはこの値より広く
6522-
なることはない。切り捨てられたテキストは末尾に "..." で示される。
6523-
'pumwidth' よりも優先される。 |ins-completion-menu|。
6552+
なることはない。切り捨てられたテキストは、'fillchars' オプションの
6553+
"trunc" 値によって表示される。
6554+
6555+
このオプションは 'pumwidth' よりも優先される。
6556+
|ins-completion-menu|。
65246557

65256558
*'pumwidth'* *'pw'*
65266559
'pumwidth' 'pw' 数値 (既定では 15)

en/options.txt

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Apr 04
1+
*options.txt* For Vim version 9.1. Last change: 2025 Apr 08
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1717,6 +1717,19 @@ A jump table for the options with a short description can be found at |Q_op|.
17171717
This option cannot be set from a |modeline| or in the |sandbox|, for
17181718
security reasons.
17191719

1720+
*'chistory'* *'chi'*
1721+
'chistory' 'chi' number (default: 10)
1722+
global
1723+
{only available when compiled with the |+quickfix|
1724+
feature}
1725+
Number of quickfix lists that should be remembered for the quickfix
1726+
stack. Must be between 1 and 100. If the option is set to a value
1727+
that is lower than the amount of entries in the quickfix list stack,
1728+
entries will be removed starting from the oldest one. If the current
1729+
quickfix list was removed, then the quickfix list at top of the stack
1730+
(the most recently created) will be used in its place. For additional
1731+
info, see |quickfix-stack|.
1732+
17201733
*'cindent'* *'cin'* *'nocindent'* *'nocin'*
17211734
'cindent' 'cin' boolean (default off)
17221735
local to buffer
@@ -2655,7 +2668,7 @@ A jump table for the options with a short description can be found at |Q_op|.
26552668
*E1193* *E1194* *E1195* *E1196* *E1230*
26562669
*E1197* *E1198* *E1199* *E1200* *E1201*
26572670
xchacha20 XChaCha20 Cipher with Poly1305 Message Authentication
2658-
Code. Medium strong till strong encryption.
2671+
Code. Medium strong to strong encryption.
26592672
Encryption is provided by the libsodium library, it
26602673
requires Vim to be built with |+sodium|.
26612674
It adds a seed and a message authentication code (MAC)
@@ -3590,8 +3603,8 @@ A jump table for the options with a short description can be found at |Q_op|.
35903603
*'fillchars'* *'fcs'*
35913604
'fillchars' 'fcs' string (default "vert:|,fold:-,eob:~,lastline:@")
35923605
global or local to window |global-local|
3593-
Characters to fill the statuslines, vertical separators and special
3594-
lines in the window.
3606+
Characters to fill the statuslines, vertical separators, special
3607+
lines in the window and truncated text in the |ins-completion-menu|.
35953608
It is a comma-separated list of items. Each item has a name, a colon
35963609
and the value of that item: |E1511|
35973610

@@ -3606,6 +3619,8 @@ A jump table for the options with a short description can be found at |Q_op|.
36063619
diff '-' deleted lines of the 'diff' option
36073620
eob '~' empty lines below the end of a buffer
36083621
lastline '@' 'display' contains lastline/truncate
3622+
trunc '>' truncated text in the
3623+
|ins-completion-menu|.
36093624

36103625
Any one that is omitted will fall back to the default.
36113626

@@ -3622,9 +3637,14 @@ A jump table for the options with a short description can be found at |Q_op|.
36223637
stlnc StatusLineNC |hl-StatusLineNC|
36233638
vert VertSplit |hl-VertSplit|
36243639
fold Folded |hl-Folded|
3640+
foldopen FoldColumn |hl-FoldColumn|
3641+
foldclose FoldColumn |hl-FoldColumn|
3642+
foldsep FoldColumn |hl-FoldColumn|
36253643
diff DiffDelete |hl-DiffDelete|
36263644
eob EndOfBuffer |hl-EndOfBuffer|
36273645
lastline NonText |hl-NonText|
3646+
trunc one of the many Popup menu highlighting groups like
3647+
|hl-PmenuSel|
36283648

36293649
*'findfunc'* *'ffu'* *E1514*
36303650
'findfunc' 'ffu' string (default empty)
@@ -5316,6 +5336,18 @@ A jump table for the options with a short description can be found at |Q_op|.
53165336
temporarily when performing an operation where redrawing may cause
53175337
flickering or cause a slowdown.
53185338

5339+
*'lhistory'* *'lhi'*
5340+
'lhistory' 'lhi' number (default: 10)
5341+
local to window
5342+
{only available when compiled with the |+quickfix|
5343+
feature}
5344+
Like 'chistory', but for the location list stack associated with a
5345+
window. If the option is changed in either the location list window
5346+
itself or the window that is associated with the location list stack,
5347+
the new value will also be applied to the other one. This means this
5348+
value will always be the same for a given location list window and its
5349+
corresponding window. See |quickfix-stack| for additional info.
5350+
53195351
*'linebreak'* *'lbr'* *'nolinebreak'* *'nolbr'*
53205352
'linebreak' 'lbr' boolean (default off)
53215353
local to window
@@ -6487,7 +6519,9 @@ A jump table for the options with a short description can be found at |Q_op|.
64876519
Determines the maximum width to use for the popup menu for completion.
64886520
When zero, there is no maximum width limit, otherwise the popup menu
64896521
will never be wider than this value. Truncated text will be indicated
6490-
by "..." at the end. Takes precedence over 'pumwidth'.
6522+
by "trunc" value of 'fillchars' option.
6523+
6524+
This option takes precedence over 'pumwidth'.
64916525
|ins-completion-menu|.
64926526

64936527
*'pumwidth'* *'pw'*

0 commit comments

Comments
 (0)