Skip to content

Commit 01ebda7

Browse files
authored
Merge pull request #1740 from vim-jp/hh-update-insert
Update insert.{txt,jax}
2 parents d218a38 + 79f4f0c commit 01ebda7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

doc/insert.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -50,8 +50,8 @@ ON/OFFと切り替えられてしまうのをどう避けるかを知るには '
5050
する。
5151
Note: キーボードによっては<Esc>が押し難いかもしれないが、その
5252
時にはCTRL-[を使うようにする。
53-
Mac で Esc が効かないときは CTRL-Esc を試す。または、アクセシ
54-
ビリティ設定の音声認識を無効化する
53+
Mac で Esc が効かないときは CTRL-<Esc> を試す。または、アクセ
54+
シビリティ設定の音声認識を無効化する
5555
*i_CTRL-C*
5656
CTRL-C 挿入モードを終了し、ノーマルモードに戻る。短縮入力はチェック
5757
しない。CTRL-C で挿入モードを抜けると |InsertLeave| が発生しな
@@ -1119,11 +1119,11 @@ Note 最初の呼び出し以降にカーソルが移動した可能性があり
11191119
user_data この要素に関連付けられた |v:completed_item| で使用可能
11201120
なカスタムデータ。任意の型が使用できる。既定は空文字
11211121
列。
1122-
hl_group ポップアップメニューの |hl-PmenuSel||hl-Pmenu|
1122+
abbr_hlgroup ポップアップメニューの |hl-PmenuSel||hl-Pmenu|
11231123
たは |hl-PmenuMatchSel||hl-PmenuMatch| ハイライト
1124-
属性と組み合わされ、補完項目に取り消し線のような cterm
1125-
gui のプロパティ (高優先度) を適用する追加のハイラ
1126-
イトグループ
1124+
属性と組み合わされ、補完項目の短縮入力に取り消し線のよ
1125+
うな ctermと gui のプロパティ (高優先度) を適用する追
1126+
加のハイライトグループ
11271127
kind_hlgroup 補完の種類のハイライト属性を設定するための追加のハイラ
11281128
イトグループ。このフィールドが存在する場合、
11291129
|hl-PmenuKind| ハイライトグループが上書きされ、補完の

en/insert.txt

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

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -51,7 +51,7 @@ char action ~
5151
abbreviation.
5252
Note: If your <Esc> key is hard to hit on your keyboard, train
5353
yourself to use CTRL-[.
54-
If Esc doesn't work and you are using a Mac, try CTRL-Esc.
54+
If Esc doesn't work and you are using a Mac, try CTRL-<Esc>.
5555
Or disable Listening under Accessibility preferences.
5656
*i_CTRL-C*
5757
CTRL-C Quit insert mode, go back to Normal mode. Do not check for
@@ -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 an additional highlight group whose attributes are
1186+
abbr_hlgroup an additional highlight group whose attributes are
11871187
combined with |hl-PmenuSel| and |hl-Pmenu| or
11881188
|hl-PmenuMatchSel| and |hl-PmenuMatch| highlight
11891189
attributes in the popup menu to apply cterm and gui
11901190
properties (with higher priority) like strikethrough
1191-
to the completion items
1191+
to the completion items abbreviation
11921192
kind_hlgroup an additional highlight group specifically for setting
11931193
the highlight attributes of the completion kind. When
11941194
this field is present, it will override the

0 commit comments

Comments
 (0)