Skip to content

Commit 175a87c

Browse files
committed
runtime(doc): more clarification for the :keeppatterns needed
Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 10231ac commit 175a87c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

runtime/doc/cmdline.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*cmdline.txt* For Vim version 9.1. Last change: 2024 Aug 16
1+
*cmdline.txt* For Vim version 9.1. Last change: 2024 Aug 19
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -379,7 +379,8 @@ terminals)
379379
380380
:keepp[atterns] {command} *:keepp* *:keeppatterns*
381381
Execute {command}, without adding anything to the search
382-
history or modifying the last substitute string for |:&|.
382+
history and, in case of the the |:s| and |:&| command, without
383+
modifying the last substitute pattern and substitute string.
383384

384385
==============================================================================
385386
2. Command-line completion *cmdline-completion*

0 commit comments

Comments
 (0)