Skip to content

Commit f78254e

Browse files
authored
Merge pull request #2131 from h-east/update-cmdline
Update cmdline.{txt,jax}
2 parents e017cb4 + 99276df commit f78254e

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

doc/cmdline.jax

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim バージョン 9.1. Last change: 2025 Mar 08
1+
*cmdline.txt* For Vim バージョン 9.1. Last change: 2025 Jun 28
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -394,7 +394,7 @@ CTRL-D カーソルより前のパターンに一致する名前を一覧表示
394394
名前は、末尾の方に移動される。
395395
'wildoptions' を "tagfile" にセットすると、マッチするタグを含
396396
むファイル名をリストすることができる。
397-
*c_CTRL-I* *c_wildchar* *c_<Tab>*
397+
*c_CTRL-I* *c_wildchar* *c_<Tab>* */_<Tab>*
398398
オプション 'wildchar' で指定したキー
399399
カーソルより前のパターンに対してマッチの検索が行われる。マッチ
400400
(いくつかあるなら、最初のもの) が、そのパターンの位置に挿入さ
@@ -403,6 +403,10 @@ CTRL-D カーソルより前のパターンに一致する名前を一覧表示
403403
の中ではこれらが特別な意味を持つからである) このキーを再び入力
404404
すると、複数のマッチがあるときは、次のマッチが挿入される。最後
405405
のマッチの後には、最初のマッチが再び使われる (繰り返し)。
406+
407+
検索コンテキストでは、補完をトリガーする代わりに、
408+
<CTRL-V><Tab> または "\t" を使用してリテラル <Tab> を検索する。
409+
406410
この動作は、オプション 'wildmode' で変更できる。
407411
*c_<S-Tab>*
408412
<S-Tab> 'wildchar' または <Tab> のようだが最後のマッチから始まり前の
@@ -433,7 +437,7 @@ CTRL-L カーソルより前のパターンに対してマッチの検索が行
433437
CTRL-G 'incsearch' が設定され "/" や "?" にパターンを入力して現在のマ
434438
ッチが表示されている時に、CTRL-G を押すと次のマッチに移動する(
435439
|search-offset| は考慮しない)。CTRL-T を押すと前のマッチに移動
436-
する。ヒント: 通常のキーボードでは、TG より上にある
440+
する。ヒント: 通常のキーボードでは、GT より下にある
437441
*c_CTRL-T* */_CTRL-T*
438442
CTRL-T 'incsearch' が設定され "/" や "?" にパターンを入力して現在のマ
439443
ッチが表示されている時に、CTRL-T は前のマッチに移動する(

en/cmdline.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim version 9.1. Last change: 2025 Mar 08
1+
*cmdline.txt* For Vim version 9.1. Last change: 2025 Jun 28
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -415,7 +415,7 @@ CTRL-D List names that match the pattern in front of the cursor.
415415
to the end.
416416
The 'wildoptions' option can be set to "tagfile" to list the
417417
file of matching tags.
418-
*c_CTRL-I* *c_wildchar* *c_<Tab>*
418+
*c_CTRL-I* *c_wildchar* *c_<Tab>* */_<Tab>*
419419
'wildchar' option
420420
A match is done on the pattern in front of the cursor. The
421421
match (if there are several, the first match) is inserted
@@ -425,6 +425,10 @@ CTRL-D List names that match the pattern in front of the cursor.
425425
again and there were multiple matches, the next
426426
match is inserted. After the last match, the first is used
427427
again (wrap around).
428+
429+
In search context use <CTRL-V><Tab> or "\t" to search for a
430+
literal <Tab> instead of triggering completion.
431+
428432
The behavior can be changed with the 'wildmode' option.
429433
*c_<S-Tab>*
430434
<S-Tab> Like 'wildchar' or <Tab>, but begin with the last match and
@@ -458,7 +462,7 @@ CTRL-G When 'incsearch' is set, entering a search pattern for "/" or
458462
"?" and the current match is displayed then CTRL-G will move
459463
to the next match (does not take |search-offset| into account)
460464
Use CTRL-T to move to the previous match. Hint: on a regular
461-
keyboard T is above G.
465+
keyboard G is below T.
462466
*c_CTRL-T* */_CTRL-T*
463467
CTRL-T When 'incsearch' is set, entering a search pattern for "/" or
464468
"?" and the current match is displayed then CTRL-T will move

0 commit comments

Comments
 (0)