mirror of
https://github.com/neovim/neovim.git
synced 2026-08-25 08:31:51 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user