From 15beb0f7ce3f2eaa6be86df7ee5a106f2337356f Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 24 Aug 2026 08:14:57 +0800 Subject: [PATCH] vim-patch:ef461d1: runtime(doc): fix typo in :h substitute-repeat fixes: vim/vim#21136 https://github.com/vim/vim/commit/ef461d18e3729f6ef71e2d69e320fbcdf13acda2 Co-authored-by: Christian Brabandt --- runtime/doc/change.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index fb972b57fd..b6dfb50a5b 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -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.