We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10231ac commit 175a87cCopy full SHA for 175a87c
1 file changed
runtime/doc/cmdline.txt
@@ -1,4 +1,4 @@
1
-*cmdline.txt* For Vim version 9.1. Last change: 2024 Aug 16
+*cmdline.txt* For Vim version 9.1. Last change: 2024 Aug 19
2
3
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -379,7 +379,8 @@ terminals)
379
380
:keepp[atterns] {command} *:keepp* *:keeppatterns*
381
Execute {command}, without adding anything to the search
382
- history or modifying the last substitute string for |:&|.
+ history and, in case of the the |:s| and |:&| command, without
383
+ modifying the last substitute pattern and substitute string.
384
385
==============================================================================
386
2. Command-line completion *cmdline-completion*
0 commit comments