aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-07-26 15:36:07 -0400
committerGitHub <noreply@github.com>2017-07-26 15:36:07 -0400
commita2dc33ba19e339583c920e21cc1b4b694012cc2f (patch)
treeb642bc87ec0ee507649ac124b672ca069ca1ca92 /runtime
parent0d24af8112b41f0ff201e35135ed7bcef9fc8415 (diff)
parent811c45163c5613981c8e5abdca40e28c1b61d076 (diff)
downloadrneovim-a2dc33ba19e339583c920e21cc1b4b694012cc2f.tar.gz
rneovim-a2dc33ba19e339583c920e21cc1b4b694012cc2f.tar.bz2
rneovim-a2dc33ba19e339583c920e21cc1b4b694012cc2f.zip
Merge pull request #7069 from jbradaric/vim-8.0.0034
vim-patch:8.0.0034
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