Skip to content

Commit 3d26d2b

Browse files
authored
Merge pull request #1638 from vim-jp/hh-update-insert
Update insert.{txt,jax}
2 parents 1862547 + 4318f75 commit 3d26d2b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

doc/insert.jax

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim バージョン 9.1. Last change: 2024 Jul 25
1+
*insert.txt* For Vim バージョン 9.1. Last change: 2024 Jul 28
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1119,11 +1119,11 @@ Note 最初の呼び出し以降にカーソルが移動した可能性があり
11191119
user_data この要素に関連付けられた |v:completed_item| で使用可能
11201120
なカスタムデータ。任意の型が使用できる。既定は空文字
11211121
列。
1122-
hl_group 追加のハイライトグループを指定して、ポップアップメ
1123-
ニューの補完項目に追加の属性を適用できる。
1124-
|hl-PmenuSel| および|hl-Pmenu| のハイライト属性と組み
1125-
合わせて、取り消し線などの cterm および GUI プロパティ
1126-
を補完項目に適用する
1122+
hl_group ポップアップメニューの |hl-PmenuSel||hl-Pmenu|
1123+
たは |hl-PmenuMatchSel||hl-PmenuMatch| ハイライト
1124+
属性と組み合わされ、補完項目に取り消し線のような cterm
1125+
と gui のプロパティ (高優先度) を適用する追加のハイラ
1126+
イトグループ
11271127

11281128
これらのうち "icase", "equal", "dup" および "empty" 以外は文字列でなければなら
11291129
ない。これらの要件が満たされない場合はエラーメッセージが表示され、リスト中のそ

en/insert.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim version 9.1. Last change: 2024 Jul 25
1+
*insert.txt* For Vim version 9.1. Last change: 2024 Jul 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1183,12 +1183,12 @@ items:
11831183
user_data custom data which is associated with the item and
11841184
available in |v:completed_item|; it can be any type;
11851185
defaults to an empty string
1186-
hl_group allows specifying an additional highlight group to
1187-
apply extra attributes to completion items in the
1188-
popupmenu. Is combined with |hl-PmenuSel| and
1189-
|hl-Pmenu| highlighting attributes to apply cterm and
1190-
gui properties, such as strikethrough to the
1191-
completion items.
1186+
hl_group an additional highlight group whose attributes are
1187+
combined with |hl-PmenuSel| and |hl-Pmenu| or
1188+
|hl-PmenuMatchSel| and |hl-PmenuMatch| highlight
1189+
attributes in the popup menu to apply cterm and gui
1190+
properties (with higher priority) like strikethrough
1191+
to the completion items
11921192

11931193
All of these except "icase", "equal", "dup" and "empty" must be a string. If
11941194
an item does not meet these requirements then an error message is given and
@@ -2007,7 +2007,7 @@ command in ex mode: >
20072007
two
20082008
.
20092009
:visual
2010-
<appends the following text, after the cursor line: >
2010+
appends the following text, after the cursor line: >
20112011
one
20122012
two
20132013
<

0 commit comments

Comments
 (0)