diff --git a/doc/insert.jax b/doc/insert.jax index dae8759a1..b42de6a2a 100644 --- a/doc/insert.jax +++ b/doc/insert.jax @@ -1,4 +1,4 @@ -*insert.txt* For Vim バージョン 9.1. Last change: 2025 Jun 04 +*insert.txt* For Vim バージョン 9.1. Last change: 2025 Jun 11 VIMリファレンスマニュアル by Bram Moolenaar @@ -634,6 +634,9 @@ CTRL-N と CTRL-P を除くこれらの全ては、CTRL-X モードで動作す CTRL-X コマンドとして有効ではないキーをタイプする。有効なキーとは CTRL-X コマ ンドそれ自身、CTRL-N (次の候補)、そして CTRL-P (前の候補)である。 +デフォルトでは、補完候補がメニューに表示され、最初の補完候補がテキストに挿入さ +れる。これは 'completeopt' で調整できる。 + 現在の補完の情報を取得するには、|complete_info()| が使用できる。 マッチの大文字/小文字を調節したいのならばオプション 'infercase' を参照。 diff --git a/en/insert.txt b/en/insert.txt index 155eb8f13..da028e820 100644 --- a/en/insert.txt +++ b/en/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 9.1. Last change: 2025 Jun 04 +*insert.txt* For Vim version 9.1. Last change: 2025 Jun 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -659,6 +659,9 @@ and one of the CTRL-X commands. You exit CTRL-X mode by typing a key that is not a valid CTRL-X mode command. Valid keys are the CTRL-X command itself, CTRL-N (next), and CTRL-P (previous). +By default, the possible completions are showed in a menu and the first +completion is inserted into the text. This can be adjusted with 'completeopt'. + 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.