File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
- *insert.txt* For Vim バージョン 9.1. Last change: 2024 Jul 28
1
+ *insert.txt* For Vim バージョン 9.1. Last change: 2024 Aug 25
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1124,6 +1124,11 @@ Note 最初の呼び出し以降にカーソルが移動した可能性があり
1124
1124
属性と組み合わされ、補完項目に取り消し線のような cterm
1125
1125
と gui のプロパティ (高優先度) を適用する追加のハイラ
1126
1126
イトグループ。
1127
+ kind_hlgroup 補完の種類のハイライト属性を設定するための追加のハイラ
1128
+ イトグループ。このフィールドが存在する場合、
1129
+ | hl-PmenuKind | ハイライトグループが上書きされ、補完の
1130
+ 種類の ctermfg および guifg プロパティをカスタマイズで
1131
+ きるようになる。
1127
1132
1128
1133
これらのうち "icase", "equal", "dup" および "empty" 以外は文字列でなければなら
1129
1134
ない。これらの要件が満たされない場合はエラーメッセージが表示され、リスト中のそ
Original file line number Diff line number Diff line change 1
- *insert.txt* For Vim version 9.1. Last change: 2024 Jul 28
1
+ *insert.txt* For Vim version 9.1. Last change: 2024 Aug 25
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1189,6 +1189,12 @@ items:
1189
1189
attributes in the popup menu to apply cterm and gui
1190
1190
properties (with higher priority) like strikethrough
1191
1191
to the completion items
1192
+ kind_hlgroup an additional highlight group specifically for setting
1193
+ the highlight attributes of the completion kind. When
1194
+ this field is present, it will override the
1195
+ | hl-PmenuKind | highlight group, allowing for the
1196
+ customization of ctermfg and guifg properties for the
1197
+ completion kind
1192
1198
1193
1199
All of these except "icase", "equal", "dup" and "empty" must be a string. If
1194
1200
an item does not meet these requirements then an error message is given and
You can’t perform that action at this time.
0 commit comments