vim-patch:175a87c: runtime(doc): more clarification for the :keeppatterns needed

175a87c7f1

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq 2024-08-20 06:25:48 +08:00
parent 41859c2d8c
commit abd1b1ff42

View File

@ -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 the the |:s| and |:&| command, without
modifying the last substitute pattern and substitute string.
==============================================================================
2. Command-line completion *cmdline-completion*