comparison runtime/doc/map.txt @ 2970:1fad9c73d77a v7.3.257

updated for version 7.3.257 Problem: Not all completions are available to user commands. Solution: Add "color", "compiler", "file_in_path" and "locale". (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 20 Jul 2011 16:37:24 +0200
parents fd09a9c8468e
children 3502a7f991fc
comparison
equal deleted inserted replaced
2969:5d1d554aba04 2970:1fad9c73d77a
1209 However, by specifying one or the other of the following attributes, argument 1209 However, by specifying one or the other of the following attributes, argument
1210 completion can be enabled: 1210 completion can be enabled:
1211 1211
1212 -complete=augroup autocmd groups 1212 -complete=augroup autocmd groups
1213 -complete=buffer buffer names 1213 -complete=buffer buffer names
1214 -complete=color color schemes
1214 -complete=command Ex command (and arguments) 1215 -complete=command Ex command (and arguments)
1216 -complete=compiler compilers
1215 -complete=cscope |:cscope| suboptions 1217 -complete=cscope |:cscope| suboptions
1216 -complete=dir directory names 1218 -complete=dir directory names
1217 -complete=environment environment variable names 1219 -complete=environment environment variable names
1218 -complete=event autocommand events 1220 -complete=event autocommand events
1219 -complete=expression Vim expression 1221 -complete=expression Vim expression
1220 -complete=file file and directory names 1222 -complete=file file and directory names
1223 -complete=file_in_path file and directory names in |'path'|
1221 -complete=filetype filetype names |'filetype'| 1224 -complete=filetype filetype names |'filetype'|
1222 -complete=function function name 1225 -complete=function function name
1223 -complete=help help subjects 1226 -complete=help help subjects
1224 -complete=highlight highlight groups 1227 -complete=highlight highlight groups
1228 -complete=locale locale names (as output of locale -a)
1225 -complete=mapping mapping name 1229 -complete=mapping mapping name
1226 -complete=menu menus 1230 -complete=menu menus
1227 -complete=option options 1231 -complete=option options
1228 -complete=shellcmd Shell command 1232 -complete=shellcmd Shell command
1229 -complete=sign |:sign| suboptions 1233 -complete=sign |:sign| suboptions