File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- *insert.txt* For Vim バージョン 9.1. Last change: 2025 Jun 04
1+ *insert.txt* For Vim バージョン 9.1. Last change: 2025 Jun 11
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -634,6 +634,9 @@ CTRL-N と CTRL-P を除くこれらの全ては、CTRL-X モードで動作す
634634CTRL-X コマンドとして有効ではないキーをタイプする。有効なキーとは CTRL-X コマ
635635ンドそれ自身、CTRL-N (次の候補)、そして CTRL-P (前の候補)である。
636636
637+ デフォルトでは、補完候補がメニューに表示され、最初の補完候補がテキストに挿入さ
638+ れる。これは 'completeopt' で調整できる。
639+
637640現在の補完の情報を取得するには、| complete_info() | が使用できる。
638641マッチの大文字/小文字を調節したいのならばオプション 'infercase' を参照。
639642
Original file line number Diff line number Diff line change 1- *insert.txt* For Vim version 9.1. Last change: 2025 Jun 04
1+ *insert.txt* For Vim version 9.1. Last change: 2025 Jun 11
22
33
44 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
659659not a valid CTRL-X mode command. Valid keys are the CTRL-X command itself,
660660CTRL-N (next), and CTRL-P (previous).
661661
662+ By default, the possible completions are showed in a menu and the first
663+ completion is inserted into the text. This can be adjusted with 'completeopt' .
664+
662665To get the current completion information, | complete_info() | can be used.
663666Also see the 'infercase' option if you want to adjust the case of the match.
664667
You can’t perform that action at this time.
0 commit comments