commit abd1b1ff4253a8d9c4797f402c20277f6235f750
parent 41859c2d8c11eeb7eb25bb4b313765b164b2651b
Author: zeertzjq <zeertzjq@outlook.com>
Date: Tue, 20 Aug 2024 06:25:48 +0800
vim-patch:175a87c: runtime(doc): more clarification for the :keeppatterns needed
https://github.com/vim/vim/commit/175a87c7f163e34876c6848f829970fec61fc9d7
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat:
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 the the |:s| and |:&| command, without
+ modifying the last substitute pattern and substitute string.
==============================================================================
2. Command-line completion *cmdline-completion*