Skip to content

Commit 0d320f4

Browse files
committed
fix by review
fix by original
1 parent 32bebe3 commit 0d320f4

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

doc/options.jax

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

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -6924,7 +6924,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
69246924
グローバル
69256925
補完時のポップアップメニューのボーダーとオプションの装飾を定義する。値
69266926
はコンマ区切りのキーワードリストである。
6927-
統合された代替案については、'pumopt' を参照。
6927+
統合された代わりの手段については、'pumopt' を参照。
69286928

69296929
ボーダーのスタイル (最大 1 つ):
69306930
"single" 細い罫線文字を使用する
@@ -6958,7 +6958,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
69586958
グローバル
69596959
挿入モード補完のポップアップメニューに表示される項目数の最大値。
69606960
0 のときはスペースの許す限り多く表示される。|ins-completion-menu|
6961-
統合された代替案については、'pumopt' を参照。
6961+
統合された代わりの手段については、'pumopt' を参照。
69626962

69636963
*'pummaxwidth'* *'pmw'*
69646964
'pummaxwidth' 'pmw' 数値 (既定では 0)
@@ -6970,7 +6970,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
69706970

69716971
このオプションは 'pumwidth' よりも優先される。
69726972
|ins-completion-menu|。
6973-
統合された代替案については、'pumopt' を参照。
6973+
統合された代わりの手段については、'pumopt' を参照。
69746974

69756975
*'pumopt'*
69766976
'pumopt' 文字列 (既定では "")
@@ -6986,7 +6986,8 @@ Note 1番目の形式では、行全体がオプション指定に使われる
69866986
"round" 丸い角
69876987
"ascii" ASCII 文字 (-, |, +)
69886988
"custom:X;X;X;X;X;X;X;X"
6989-
セミコロンで区切られた8文字の次の順序:
6989+
セミコロンで区切られた以下の順序の 8
6990+
文字:
69906991
上、右、下、左、左上、右上、右下、左下
69916992
height:{n} 表示する項目の最大数 (デフォルトは 0 で、スペー
69926993
スの許す限り多く表示する)
@@ -7029,7 +7030,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
70297030
グローバル
70307031
挿入モード補完のポップアップメニューに使用する幅の最小値。
70317032
|ins-completion-menu|.
7032-
統合された代替案については、'pumopt' を参照。
7033+
統合された代わりの手段については、'pumopt' を参照。
70337034

70347035
*'pythondll'*
70357036
'pythondll' 文字列 (既定値はビルドに依存)

en/options.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.2. Last change: 2026 Apr 07
1+
*options.txt* For Vim version 9.2. Last change: 2026 Apr 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -6886,7 +6886,7 @@ A jump table for the options with a short description can be found at |Q_op|.
68866886
global
68876887
Defines a border and optional decorations for the popup menu in
68886888
completion. The value is a comma-separated list of keywords.
6889-
See |'pumopt'| for a consolidated alternative.
6889+
See 'pumopt' for a consolidated alternative.
68906890

68916891
Border styles (at most one):
68926892
"single" use thin box-drawing characters
@@ -6922,7 +6922,7 @@ A jump table for the options with a short description can be found at |Q_op|.
69226922
Determines the maximum number of items to show in the popup menu for
69236923
Insert mode completion. When zero as much space as available is used.
69246924
|ins-completion-menu|.
6925-
See |'pumopt'| for a consolidated alternative.
6925+
See 'pumopt' for a consolidated alternative.
69266926

69276927
*'pummaxwidth'* *'pmw'*
69286928
'pummaxwidth' 'pmw' number (default 0)
@@ -6934,13 +6934,13 @@ A jump table for the options with a short description can be found at |Q_op|.
69346934

69356935
This option takes precedence over 'pumwidth'.
69366936
|ins-completion-menu|.
6937-
See |'pumopt'| for a consolidated alternative.
6937+
See 'pumopt' for a consolidated alternative.
69386938

69396939
*'pumopt'*
69406940
'pumopt' string (default "")
69416941
global
69426942
Configures the popup menu used for Insert mode completion.
6943-
The value is a comma-separated list of key:value pairs and flags.
6943+
The value is a comma-separated list of "key:value" pairs and flags.
69446944

69456945
Keys with values:
69466946
border:{style} set a border style (at most one):
@@ -6970,8 +6970,8 @@ A jump table for the options with a short description can be found at |Q_op|.
69706970
shadow draws a shadow at the right and bottom edges.
69716971

69726972
Border styles using box-drawing characters ("single", "double",
6973-
"round") are only available when 'encoding' is "utf-8" and
6974-
'ambiwidth' is "single".
6973+
"round") are only available when 'encoding' is "utf-8" and 'ambiwidth'
6974+
is "single".
69756975

69766976
Highlight groups:
69776977
|hl-PmenuBorder| used for the border characters
@@ -6994,7 +6994,7 @@ A jump table for the options with a short description can be found at |Q_op|.
69946994
global
69956995
Determines the minimum width to use for the popup menu for Insert mode
69966996
completion. |ins-completion-menu|.
6997-
See |'pumopt'| for a consolidated alternative.
6997+
See 'pumopt' for a consolidated alternative.
69986998

69996999
*'pythondll'*
70007000
'pythondll' string (default depends on the build)

0 commit comments

Comments
 (0)