diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-08-16 10:24:49 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-08-16 10:42:13 -0400 |
commit | 6531b175addc33c710b6e4e3501077e1d7213a8c (patch) | |
tree | 303675036347de439a28ca016156309e5ec51f15 /runtime | |
parent | b5cfac089409faf17a290d4bfe1b669212e2984e (diff) | |
download | rneovim-6531b175addc33c710b6e4e3501077e1d7213a8c.tar.gz rneovim-6531b175addc33c710b6e4e3501077e1d7213a8c.tar.bz2 rneovim-6531b175addc33c710b6e4e3501077e1d7213a8c.zip |
vim-patch:8.0.0878: no completion for :mapclear
Problem: No completion for :mapclear.
Solution: Add completion (Nobuhiro Takasaki et al. closes vim/vim#1943)
https://github.com/vim/vim/commit/cae92dc3d5bdd4009910671328cd01394bfbe2cf
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 1 | ||||
-rw-r--r-- | runtime/doc/map.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index cfc3b70443..900f54c5b9 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4099,6 +4099,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 804b7410f6..44c6196d53 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1227,6 +1227,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 |