aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJurica Bradaric <jbradaric@gmail.com>2017-07-25 18:30:28 +0200
committerJurica Bradaric <jbradaric@gmail.com>2017-07-25 18:41:14 +0200
commit811c45163c5613981c8e5abdca40e28c1b61d076 (patch)
treec6d5dc0ab668e1c07b1fc12e771c702a2ae81987 /runtime
parent5a0acd09c106fb3cee4243aa366ee1eff04776fd (diff)
downloadrneovim-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.txt2
-rw-r--r--runtime/doc/map.txt1
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