Skip to content

Commit

Permalink
Merge pull request #1668 from vim-jp/hh-update-insert
Browse files Browse the repository at this point in the history
Update insert.{txt,jax}
  • Loading branch information
h-east authored Aug 27, 2024
2 parents 2ef4037 + 519dc2e commit 37f36ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
7 changes: 6 additions & 1 deletion doc/insert.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*insert.txt* For Vim バージョン 9.1. Last change: 2024 Jul 28
*insert.txt* For Vim バージョン 9.1. Last change: 2024 Aug 25


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1124,6 +1124,11 @@ Note 最初の呼び出し以降にカーソルが移動した可能性があり
属性と組み合わされ、補完項目に取り消し線のような cterm
と gui のプロパティ (高優先度) を適用する追加のハイラ
イトグループ。
kind_hlgroup 補完の種類のハイライト属性を設定するための追加のハイラ
イトグループ。このフィールドが存在する場合、
|hl-PmenuKind| ハイライトグループが上書きされ、補完の
種類の ctermfg および guifg プロパティをカスタマイズで
きるようになる。

これらのうち "icase", "equal", "dup" および "empty" 以外は文字列でなければなら
ない。これらの要件が満たされない場合はエラーメッセージが表示され、リスト中のそ
Expand Down
8 changes: 7 additions & 1 deletion en/insert.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*insert.txt* For Vim version 9.1. Last change: 2024 Jul 28
*insert.txt* For Vim version 9.1. Last change: 2024 Aug 25


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1189,6 +1189,12 @@ items:
attributes in the popup menu to apply cterm and gui
properties (with higher priority) like strikethrough
to the completion items
kind_hlgroup an additional highlight group specifically for setting
the highlight attributes of the completion kind. When
this field is present, it will override the
|hl-PmenuKind| highlight group, allowing for the
customization of ctermfg and guifg properties for the
completion kind

All of these except "icase", "equal", "dup" and "empty" must be a string. If
an item does not meet these requirements then an error message is given and
Expand Down

0 comments on commit 37f36ec

Please sign in to comment.