aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-08-20 06:25:48 +0800
committerzeertzjq <zeertzjq@outlook.com>2024-08-21 07:02:23 +0800
commitabd1b1ff4253a8d9c4797f402c20277f6235f750 (patch)
tree202f9565af6b2b05c8c8a2207e0a0924c91c6c1a
parent41859c2d8c11eeb7eb25bb4b313765b164b2651b (diff)
downloadrneovim-abd1b1ff4253a8d9c4797f402c20277f6235f750.tar.gz
rneovim-abd1b1ff4253a8d9c4797f402c20277f6235f750.tar.bz2
rneovim-abd1b1ff4253a8d9c4797f402c20277f6235f750.zip
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>
-rw-r--r--runtime/doc/cmdline.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt
index 0062a22be3..e739dc3da7 100644
--- 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*