Skip to content

Update insert.{txt,jax} #2067

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

Merged
merged 1 commit into from
May 9, 2025
Merged
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
3 changes: 2 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 Apr 14
*insert.txt* For Vim バージョン 9.1. Last change: 2025 May 08


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -1281,6 +1281,7 @@ Note 最初の呼び出し以降にカーソルが移動した可能性があり
ポップアップメニューの幅の最小値はオプション 'pumwidth' で設定できる。既定値は
15 文字である。

*compl-states*
ポップアップメニューには 3 つの状態がある:
1. 候補が挿入された状態。例えば CTRL-N や CTRL-P の後。
2. カーソルキーを使って他の候補を選択した後。候補はまだ挿入されていなく、1
Expand Down
3 changes: 2 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 Apr 14
*insert.txt* For Vim version 9.1. Last change: 2025 May 08


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -1347,6 +1347,7 @@ use all space available.
The 'pumwidth' option can be used to set a minimum width. The default is 15
characters.

*compl-states*
There are three states:
1. A complete match has been inserted, e.g., after using CTRL-N or CTRL-P.
2. A cursor key has been used to select another match. The match was not
Expand Down