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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -634,6 +634,9 @@ CTRL-N と CTRL-P を除くこれらの全ては、CTRL-X モードで動作す
634
634
CTRL-X コマンドとして有効ではないキーをタイプする。有効なキーとは CTRL-X コマ
635
635
ンドそれ自身、CTRL-N (次の候補)、そして CTRL-P (前の候補)である。
636
636
637
+ デフォルトでは、補完候補がメニューに表示され、最初の補完候補がテキストに挿入さ
638
+ れる。これは 'completeopt' で調整できる。
639
+
637
640
現在の補完の情報を取得するには、| complete_info() | が使用できる。
638
641
マッチの大文字/小文字を調節したいのならばオプション 'infercase' を参照。
639
642
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
2
2
3
3
4
4
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
659
659
not a valid CTRL-X mode command. Valid keys are the CTRL-X command itself,
660
660
CTRL-N (next), and CTRL-P (previous).
661
661
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
+
662
665
To get the current completion information, | complete_info() | can be used.
663
666
Also see the 'infercase' option if you want to adjust the case of the match.
664
667
You can’t perform that action at this time.
0 commit comments