Skip to content

Commit

Permalink
Merge pull request #1740 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 Oct 12, 2024
2 parents d218a38 + 79f4f0c commit 01ebda7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions 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 Aug 25
*insert.txt* For Vim バージョン 9.1. Last change: 2024 Oct 08


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


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -51,7 +51,7 @@ char action ~
abbreviation.
Note: If your <Esc> key is hard to hit on your keyboard, train
yourself to use CTRL-[.
If Esc doesn't work and you are using a Mac, try CTRL-Esc.
If Esc doesn't work and you are using a Mac, try CTRL-<Esc>.
Or disable Listening under Accessibility preferences.
*i_CTRL-C*
CTRL-C Quit insert mode, go back to Normal mode. Do not check for
Expand Down Expand Up @@ -1183,12 +1183,12 @@ items:
user_data custom data which is associated with the item and
available in |v:completed_item|; it can be any type;
defaults to an empty string
hl_group an additional highlight group whose attributes are
abbr_hlgroup an additional highlight group whose attributes are
combined with |hl-PmenuSel| and |hl-Pmenu| or
|hl-PmenuMatchSel| and |hl-PmenuMatch| highlight
attributes in the popup menu to apply cterm and gui
properties (with higher priority) like strikethrough
to the completion items
to the completion items abbreviation
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
Expand Down

0 comments on commit 01ebda7

Please sign in to comment.