summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-06 15:22:15 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-06 15:22:15 +0200
commitcae92dc3d5bdd4009910671328cd01394bfbe2cf (patch)
tree8c1473faf774b53957d7987c764bbf5147a607db /runtime
parent6d8197485dc84532e37aced2c39292bff374200d (diff)
patch 8.0.0878: no completion for :mapclearv8.0.0878
Problem: No completion for :mapclear. Solution: Add completion (Nobuhiro Takasaki et al. closes #1943)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt1
-rw-r--r--runtime/doc/map.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 261b5ca666..aa84494e7d 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -4368,6 +4368,7 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()*
highlight highlight groups
history :history suboptions
locale locale names (as output of locale -a)
+ mapclear buffer argument
mapping mapping name
menu menus
messages |:messages| suboptions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index 239c7915c9..983fb2db4d 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -1279,6 +1279,7 @@ completion can be enabled:
-complete=highlight highlight groups
-complete=history :history suboptions
-complete=locale locale names (as output of locale -a)
+ -complete=mapclear buffer argument
-complete=mapping mapping name
-complete=menu menus
-complete=messages |:messages| suboptions