diff options
author | Jurica Bradaric <jbradaric@gmail.com> | 2017-07-25 18:30:28 +0200 |
---|---|---|
committer | Jurica Bradaric <jbradaric@gmail.com> | 2017-07-25 18:41:14 +0200 |
commit | 811c45163c5613981c8e5abdca40e28c1b61d076 (patch) | |
tree | c6d5dc0ab668e1c07b1fc12e771c702a2ae81987 /runtime | |
parent | 5a0acd09c106fb3cee4243aa366ee1eff04776fd (diff) | |
download | rneovim-811c45163c5613981c8e5abdca40e28c1b61d076.tar.gz rneovim-811c45163c5613981c8e5abdca40e28c1b61d076.tar.bz2 rneovim-811c45163c5613981c8e5abdca40e28c1b61d076.zip |
vim-patch:8.0.0034
Problem: No completion for ":messages".
Solution: Complete "clear" argument. (Hirohito Higashi)
https://github.com/vim/vim/commit/9e507ca8a3e1535e62de4bd86374b0fcd18ef5b8
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 2 | ||||
-rw-r--r-- | runtime/doc/map.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 8882043162..3e75a42a62 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4046,7 +4046,9 @@ getcompletion({pat}, {type} [, {filtered}]) *getcompletion()* locale locale names (as output of locale -a) mapping mapping name menu menus + messages |:messages| suboptions option options + packadd optional package |pack-add| names shellcmd Shell command sign |:sign| suboptions syntax syntax file names |'syntax'| diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index bfcf621cb8..944f7474be 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1202,6 +1202,7 @@ completion can be enabled: -complete=locale locale names (as output of locale -a) -complete=mapping mapping name -complete=menu menus + -complete=messages |:messages| suboptions -complete=option options -complete=packadd optional package |pack-add| names -complete=shellcmd Shell command |