]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): more clarification for the :keeppatterns needed
authorChristian Brabandt <cb@256bit.org>
Mon, 19 Aug 2024 19:23:38 +0000 (21:23 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 19 Aug 2024 19:23:38 +0000 (21:23 +0200)
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/cmdline.txt

index 5248ff32948e8e9afa8d3d8ef081675ed28c2e6c..80affe619884f78e05ac978766ddeb43486c566a 100644 (file)
@@ -1,4 +1,4 @@
-*cmdline.txt*   For Vim version 9.1.  Last change: 2024 Aug 16
+*cmdline.txt*   For Vim version 9.1.  Last change: 2024 Aug 19
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -379,7 +379,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*