summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-11-09 05:30:26 +0100
committerBram Moolenaar <Bram@vim.org>2013-11-09 05:30:26 +0100
commita939e434407b749adf4d50ea9f3f13b6a9abaf86 (patch)
tree7694960d7e76e61912c84b780a6daae8afbc42f7 /runtime
parent8e69b4a319d7933d491ac49a2812c964e8dc85b3 (diff)
downloadvim-git-a939e434407b749adf4d50ea9f3f13b6a9abaf86.tar.gz
updated for version 7.4.083v7.4.083
Problem: It's hard to avoid adding a used pattern to the search history. Solution: Add the ":keeppatterns" modifier. (Christian Brabandt)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/cmdline.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt
index 36a71cfcc..c309a0f7a 100644
--- a/runtime/doc/cmdline.txt
+++ b/runtime/doc/cmdline.txt
@@ -356,6 +356,10 @@ terminals)
List the recent five entries from all histories: >
:history all -5,
+:keepp[atterns] {command} *:keepp* *:keeppatterns*
+ Execute {command}, without adding anything to the search
+ history
+
==============================================================================
2. Command-line completion *cmdline-completion*