diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-06 15:22:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-06 15:22:15 +0200 |
commit | cae92dc3d5bdd4009910671328cd01394bfbe2cf (patch) | |
tree | 8c1473faf774b53957d7987c764bbf5147a607db /runtime/doc/map.txt | |
parent | 6d8197485dc84532e37aced2c39292bff374200d (diff) | |
download | vim-cae92dc3d5bdd4009910671328cd01394bfbe2cf.zip |
patch 8.0.0878: no completion for :mapclear
Problem: No completion for :mapclear.
Solution: Add completion (Nobuhiro Takasaki et al. closes #1943)
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r-- | runtime/doc/map.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 239c7915c..983fb2db4 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 |