neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit a9e11168f5b402940d494e0cdc36b9952e4f8fab
parent 41859c2d8c11eeb7eb25bb4b313765b164b2651b
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Wed, 21 Aug 2024 07:20:59 +0800

Merge pull request #30095 from zeertzjq/vim-175a87c

vim-patch: update :keeppatterns doc
Diffstat:
Mruntime/doc/cmdline.txt | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt @@ -348,7 +348,8 @@ terminals) :keepp[atterns] {command} *:keepp* *:keeppatterns* Execute {command}, without adding anything to the search - history or modifying the last substitute string for |:&|. + history and, in case of |:s| or |:&|, without modifying the + last substitute pattern or substitute string. ============================================================================== 2. Command-line completion *cmdline-completion*