summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-04-30 18:48:53 +0200
committerBram Moolenaar <Bram@vim.org>2012-04-30 18:48:53 +0200
commit5ae636b9bbcb6ac851cdf6910c0e6b8e1b79ed76 (patch)
treecd78fc2191dbc6f86172e28bfd37b959a4e0c9ac /runtime
parent8320da42bc443fa5c76710d331f6b8c3cfc2981e (diff)
downloadvim-git-5ae636b9bbcb6ac851cdf6910c0e6b8e1b79ed76.tar.gz
updated for version 7.3.514v7.3.514
Problem: No completion for :history command. Solution: Add the completion and update the docs. Also fix ":behave" completion. (Dominique Pelle)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/cmdline.txt12
-rw-r--r--runtime/doc/map.txt2
2 files changed, 8 insertions, 6 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt
index 6aec69ec9..a66826512 100644
--- a/runtime/doc/cmdline.txt
+++ b/runtime/doc/cmdline.txt
@@ -330,12 +330,12 @@ terminals)
:his[tory] [{name}] [{first}][, [{last}]]
List the contents of history {name} which can be:
- c[md] or : command-line history
- s[earch] or / search string history
- e[xpr] or = expression register history
- i[nput] or @ input line history
- d[ebug] or > debug command history
- a[ll] all of the above
+ c[md] or : command-line history
+ s[earch] or / or ? search string history
+ e[xpr] or = expression register history
+ i[nput] or @ input line history
+ d[ebug] or > debug command history
+ a[ll] all of the above
{not in Vi}
If the numbers {first} and/or {last} are given, the respective
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index 0c46d4542..b4b77deaa 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -1219,6 +1219,7 @@ completion can be enabled:
-complete=augroup autocmd groups
-complete=buffer buffer names
+ -complete=behave :behave suboptions
-complete=color color schemes
-complete=command Ex command (and arguments)
-complete=compiler compilers
@@ -1233,6 +1234,7 @@ completion can be enabled:
-complete=function function name
-complete=help help subjects
-complete=highlight highlight groups
+ -complete=history :history suboptions
-complete=locale locale names (as output of locale -a)
-complete=mapping mapping name
-complete=menu menus