Skip to content

Commit 74d24e0

Browse files
authored
Merge pull request #1398 from vim-jp/hh-update-cmdline
Update cmdline.{txt,jax}
2 parents 51f631f + ed66d96 commit 74d24e0

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

doc/cmdline.jax

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim バージョン 9.0. Last change: 2023 Nov 15
1+
*cmdline.txt* For Vim バージョン 9.0. Last change: 2023 Dec 09
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -438,8 +438,7 @@ CTRL-T 'incsearch' が設定され "/" や "?" にパターンを入力して
438438

439439
オプション 'wildchar' の既定値は <Tab> である (Vi互換モードの場合は CTRL-E
440440
ある。以前のバージョンでは <Esc> が使われていた)。パターンがファイル名に対して
441-
適用されるときは標準のワイルドカード '*' と '?' が使用できる。'*' はあらゆる文
442-
字列に一致し、'?' はちょうど 1文字に一致する。
441+
適用されるときは標準の |wildcards| が使用できる。
443442

444443
'wildchar' または CTRL-N を繰り返すとマッチしたものの始めから終わりまでを循環
445444
して、最終的には入力されたものに戻る。最初のマッチが望むものでないなら、入力し

en/cmdline.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim version 9.0. Last change: 2023 Nov 15
1+
*cmdline.txt* For Vim version 9.0. Last change: 2023 Dec 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -463,9 +463,8 @@ CTRL-T When 'incsearch' is set, entering a search pattern for "/" or
463463
keyboard T is above G.
464464

465465
The 'wildchar' option defaults to <Tab> (CTRL-E when in Vi compatible mode; in
466-
a previous version <Esc> was used). In the pattern standard wildcards '*' and
467-
'?' are accepted when matching file names. '*' matches any string, '?'
468-
matches exactly one character.
466+
a previous version <Esc> was used). In the pattern standard |wildcards| are
467+
accepted when matching file names.
469468

470469
When repeating 'wildchar' or CTRL-N you cycle through the matches, eventually
471470
ending up back to what was typed. If the first match is not what you wanted,

0 commit comments

Comments
 (0)