vim-patch:ef461d1: runtime(doc): fix typo in :h substitute-repeat

fixes: vim/vim#21136

ef461d18e3

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2026-08-24 08:14:57 +08:00
parent eeefe7ca65
commit 15beb0f7ce

View File

@@ -883,7 +883,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.