Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/change.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*change.txt* For Vim バージョン 9.2. Last change: 2026 Jun 26
*change.txt* For Vim バージョン 9.2. Last change: 2026 Aug 23


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -883,9 +883,9 @@ NOTE: 以前のバージョンでは CTRL-V が特別に扱われていた。こ
2文字もしくは3文字の :substitute コマンド ~

これらのコマンドは前回の `:substitute` コマンドを与えられたフラグを使って繰り
返す。最初の文字は常に "s" であり、1個か2個のフラグ文字が続く。例えば `:sce`
`:s///ce` のように動作する。この表は可能な組み合わせの一覧である。別のコマ
ンドの短縮形となるものは使用できない
返す。最初の文字は常に "s" であり、1個か2個のフラグ文字が続く。例えば ":sce"
":s ce" のように動作する。この表は可能な組み合わせの一覧である。別のコマン
ドの短縮形となるものは使用できない

:substitute コマンド一覧
| c e g i I n p l r
Expand Down
4 changes: 2 additions & 2 deletions en/change.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*change.txt* For Vim version 9.2. Last change: 2026 Jun 26
*change.txt* For Vim version 9.2. Last change: 2026 Aug 23


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -915,7 +915,7 @@ either the first or second pattern in parentheses did not match, so either

These commands repeat the previous `:substitute` command with the given flags.
The first letter is always "s", followed by one or two of the possible flag
characters. For example `:sce` works like `:s///ce`. The table lists the
characters. For example ":sce" works like ":s ce". The table lists the
possible combinations, not all flags are possible, because the command is
short for another command.

Expand Down