Skip to content

Commit

Permalink
Merge pull request #1953 from h-east/update-insert
Browse files Browse the repository at this point in the history
Update insert.{txt,jax}
  • Loading branch information
h-east authored Feb 19, 2025
2 parents ddfaf8f + d5d6a8d commit ed9f485
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 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 Dec 31
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Feb 14


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -632,6 +632,10 @@ CTRL-X コマンドとして有効ではないキーをタイプする。有効
現在の補完の情報を取得するには、|complete_info()| が使用できる。
マッチの大文字/小文字を調節したいのならばオプション 'infercase' を参照。

|popup-menu| から選択した候補単語を挿入する場合、候補単語のクエリと一致しない
部分は |hl-ComplMatchIns| を使用してハイライトされる。'completopt' で fuzzy が
有効になっている場合、ハイライトは適用されない。

*complete_CTRL-E*
補完が動作中のとき、CTRL-E で補完を中止し、もともと入力したテキストに戻すこと
ができる。CTRL-E は挿入されない。
Expand Down
7 changes: 6 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 Dec 31
*insert.txt* For Vim version 9.1. Last change: 2025 Feb 14


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -657,6 +657,11 @@ CTRL-N (next), and CTRL-P (previous).
To get the current completion information, |complete_info()| can be used.
Also see the 'infercase' option if you want to adjust the case of the match.

When inserting a selected candidate word from the |popup-menu|, the part of
the candidate word that does not match the query is highlighted using
|hl-ComplMatchIns|. If fuzzy is enabled in 'completopt', highlighting will not
be applied.

*complete_CTRL-E*
When completion is active you can use CTRL-E to stop it and go back to the
originally typed text. The CTRL-E will not be inserted.
Expand Down

0 comments on commit ed9f485

Please sign in to comment.