summaryrefslogtreecommitdiffstats
path: root/runtime/doc/map.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-31 14:59:19 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-31 14:59:19 +0200
commita26559b553079c3959ee142a010b2e000c180323 (patch)
treeefa74d7172474004e81037173beedd6f1a983910 /runtime/doc/map.txt
parent460fbaca72c042c53abe7bb13e916b8b3484caba (diff)
Support syntax and filetype completion for user commands. (Christian Brabandt)
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r--runtime/doc/map.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index 7c4a95442a..ceb9863719 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -1,4 +1,4 @@
-*map.txt* For Vim version 7.3c. Last change: 2010 Jul 27
+*map.txt* For Vim version 7.3c. Last change: 2010 Jul 31
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1208,13 +1208,15 @@ completion can be enabled:
-complete=event autocommand events
-complete=expression Vim expression
-complete=file file and directory names
- -complete=shellcmd Shell command
+ -complete=filetype filetype names |'filetype'|
-complete=function function name
-complete=help help subjects
-complete=highlight highlight groups
-complete=mapping mapping name
-complete=menu menus
-complete=option options
+ -complete=shellcmd Shell command
+ -complete=syntax syntax file names |'syntax'|
-complete=tag tags
-complete=tag_listfiles tags, file names are shown when CTRL-D is hit
-complete=var user variables