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

vim-patch: update :keeppatterns doc
This commit is contained in:
zeertzjq 2024-08-21 07:20:59 +08:00 committed by GitHub
commit a9e11168f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -348,7 +348,8 @@ terminals)
:keepp[atterns] {command} *:keepp* *:keeppatterns* :keepp[atterns] {command} *:keepp* *:keeppatterns*
Execute {command}, without adding anything to the search 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* 2. Command-line completion *cmdline-completion*