Skip to content

Commit 080c43c

Browse files
authored
Merge pull request #2107 from h-east/update-insert
Update insert.{txt,jax}
2 parents 5180816 + 7d68752 commit 080c43c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/insert.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 モードで動作す
634634
CTRL-X コマンドとして有効ではないキーをタイプする。有効なキーとは CTRL-X コマ
635635
ンドそれ自身、CTRL-N (次の候補)、そして CTRL-P (前の候補)である。
636636

637+
デフォルトでは、補完候補がメニューに表示され、最初の補完候補がテキストに挿入さ
638+
れる。これは 'completeopt' で調整できる。
639+
637640
現在の補完の情報を取得するには、|complete_info()| が使用できる。
638641
マッチの大文字/小文字を調節したいのならばオプション 'infercase' を参照。
639642

en/insert.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
659659
not a valid CTRL-X mode command. Valid keys are the CTRL-X command itself,
660660
CTRL-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+
662665
To get the current completion information, |complete_info()| can be used.
663666
Also see the 'infercase' option if you want to adjust the case of the match.
664667

0 commit comments

Comments
 (0)