Skip to content

Commit

Permalink
Update cmdline.{txt,jax}
Browse files Browse the repository at this point in the history
  • Loading branch information
h-east committed Dec 11, 2023
1 parent 51f631f commit ed66d96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions doc/cmdline.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*cmdline.txt* For Vim バージョン 9.0. Last change: 2023 Nov 15
*cmdline.txt* For Vim バージョン 9.0. Last change: 2023 Dec 09


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

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

'wildchar' または CTRL-N を繰り返すとマッチしたものの始めから終わりまでを循環
して、最終的には入力されたものに戻る。最初のマッチが望むものでないなら、入力し
Expand Down
7 changes: 3 additions & 4 deletions en/cmdline.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*cmdline.txt* For Vim version 9.0. Last change: 2023 Nov 15
*cmdline.txt* For Vim version 9.0. Last change: 2023 Dec 09


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

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

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

0 comments on commit ed66d96

Please sign in to comment.