aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-08-17 07:04:10 +0800
committerGitHub <noreply@github.com>2024-08-17 07:04:10 +0800
commitd698b3acca9632b68e198c7e7ca9b720c960e969 (patch)
treef04a1f9587ae063b9b697944e1e0b251ed61ef50 /runtime
parent4afd4061a23c60de26818bc3847e50c791a8f26c (diff)
parenta837f10d17ea13bd97a4e9cc9beba3afb16bf828 (diff)
downloadrneovim-d698b3acca9632b68e198c7e7ca9b720c960e969.tar.gz
rneovim-d698b3acca9632b68e198c7e7ca9b720c960e969.tar.bz2
rneovim-d698b3acca9632b68e198c7e7ca9b720c960e969.zip
Merge pull request #30066 from zeertzjq/vim-9.1.0677
vim-patch: :keepp does not retain last substitute string
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/cmdline.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt
index f306067a9c..0062a22be3 100644
--- a/runtime/doc/cmdline.txt
+++ b/runtime/doc/cmdline.txt
@@ -348,7 +348,7 @@ terminals)
:keepp[atterns] {command} *:keepp* *:keeppatterns*
Execute {command}, without adding anything to the search
- history
+ history or modifying the last substitute string for |:&|.
==============================================================================
2. Command-line completion *cmdline-completion*