Skip to content

Commit 00f03e8

Browse files
authored
Merge pull request #2067 from h-east/update-insert
Update insert.{txt,jax}
2 parents 2793388 + b258fc6 commit 00f03e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/insert.jax

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim バージョン 9.1. Last change: 2025 Apr 14
1+
*insert.txt* For Vim バージョン 9.1. Last change: 2025 May 08
22

33

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

1284+
*compl-states*
12841285
ポップアップメニューには 3 つの状態がある:
12851286
1. 候補が挿入された状態。例えば CTRL-NCTRL-P の後。
12861287
2. カーソルキーを使って他の候補を選択した後。候補はまだ挿入されていなく、1

en/insert.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim version 9.1. Last change: 2025 Apr 14
1+
*insert.txt* For Vim version 9.1. Last change: 2025 May 08
22

33

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

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

0 commit comments

Comments
 (0)