Skip to content

Update insert.{txt,jax} #2107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 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: 2025 Jun 04
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Jun 11


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -634,6 +634,9 @@ CTRL-N と CTRL-P を除くこれらの全ては、CTRL-X モードで動作す
CTRL-X コマンドとして有効ではないキーをタイプする。有効なキーとは CTRL-X コマ
ンドそれ自身、CTRL-N (次の候補)、そして CTRL-P (前の候補)である。

デフォルトでは、補完候補がメニューに表示され、最初の補完候補がテキストに挿入さ
れる。これは 'completeopt' で調整できる。

現在の補完の情報を取得するには、|complete_info()| が使用できる。
マッチの大文字/小文字を調節したいのならばオプション 'infercase' を参照。

Expand Down
5 changes: 4 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: 2025 Jun 04
*insert.txt* For Vim version 9.1. Last change: 2025 Jun 11


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -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.

Expand Down