Skip to content

Commit 01d261a

Browse files
authored
Merge pull request #2592 from h-east/update-cmdline
Update cmdline.{txt,jax}
2 parents e7bf222 + 801c0a4 commit 01d261a

2 files changed

Lines changed: 16 additions & 11 deletions

File tree

doc/cmdline.jax

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim バージョン 9.2. Last change: 2026 Mar 17
1+
*cmdline.txt* For Vim バージョン 9.2. Last change: 2026 Apr 20
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -439,14 +439,18 @@ CTRL-L カーソルより前のパターンに対してマッチの検索が行
439439
れた文字は小文字に変換される。
440440
*c_CTRL-G* */_CTRL-G*
441441
CTRL-G 'incsearch' が設定され "/" や "?" にパターンを入力して現在のマ
442-
ッチが表示されている時に、CTRL-G を押すと次のマッチに移動する(
443-
|search-offset| は考慮しない)。CTRL-T を押すと前のマッチに移動
444-
する。ヒント: 通常のキーボードでは、G は T より下にある。
442+
ッチが表示されている時に、CTRL-G を押すと次のマッチに移動する。
443+
|search-offset|<CR> キーが押されたときに適用されるが、マッ
444+
チ箇所のハイライト表示には影響しない。
445+
CTRL-T を押すと前のマッチに移動する。ヒント: 通常のキーボード
446+
では、G は T より下にある。
445447
*c_CTRL-T* */_CTRL-T*
446448
CTRL-T 'incsearch' が設定され "/" や "?" にパターンを入力して現在のマ
447-
ッチが表示されている時に、CTRL-T は前のマッチに移動する(
448-
|search-offset| は考慮しない)。CTRL-G を使うと次のマッチに移動
449-
する。ヒント: 通常のキーボードは、T は G より上にある。
449+
ッチが表示されている時に、CTRL-T は前のマッチに移動する。
450+
|search-offset|<CR> キーが押されたときに適用されるが、マッ
451+
チ箇所のハイライト表示には影響しない。
452+
CTRL-G を使うと次のマッチに移動する。ヒント: 通常のキーボード
453+
は、T は G より上にある。
450454

451455
オプション 'wildchar' の既定値は <Tab> である (Vi互換モードの場合は CTRL-E
452456
ある。以前のバージョンでは <Esc> が使われていた)。パターンがファイル名に対して

en/cmdline.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim version 9.2. Last change: 2026 Mar 17
1+
*cmdline.txt* For Vim version 9.2. Last change: 2026 Apr 20
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -466,14 +466,15 @@ CTRL-L A match is done on the pattern in front of the cursor. If
466466
*c_CTRL-G* */_CTRL-G*
467467
CTRL-G When 'incsearch' is set, entering a search pattern for "/" or
468468
"?" and the current match is displayed then CTRL-G will move
469-
to the next match (does not take |search-offset| into account)
469+
to the next match. The |search-offset| is applied when <CR>
470+
is pressed, but does not affect the match highlighting.
470471
Use CTRL-T to move to the previous match. Hint: on a regular
471472
keyboard G is below T.
472473
*c_CTRL-T* */_CTRL-T*
473474
CTRL-T When 'incsearch' is set, entering a search pattern for "/" or
474475
"?" and the current match is displayed then CTRL-T will move
475-
to the previous match (does not take |search-offset| into
476-
account).
476+
to the previous match. The |search-offset| is applied when
477+
<CR> is pressed, but does not affect the match highlighting.
477478
Use CTRL-G to move to the next match. Hint: on a regular
478479
keyboard T is above G.
479480

0 commit comments

Comments
 (0)