comparison runtime/doc/map.txt @ 3503:7e4428115d2c v7.3.514

updated for version 7.3.514 Problem: No completion for :history command. Solution: Add the completion and update the docs. Also fix ":behave" completion. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Mon, 30 Apr 2012 18:48:53 +0200
parents 161d01cbb165
children 99f076ca8d84
comparison
equal deleted inserted replaced
3502:65492b0466a7 3503:7e4428115d2c
1217 However, by specifying one or the other of the following attributes, argument 1217 However, by specifying one or the other of the following attributes, argument
1218 completion can be enabled: 1218 completion can be enabled:
1219 1219
1220 -complete=augroup autocmd groups 1220 -complete=augroup autocmd groups
1221 -complete=buffer buffer names 1221 -complete=buffer buffer names
1222 -complete=behave :behave suboptions
1222 -complete=color color schemes 1223 -complete=color color schemes
1223 -complete=command Ex command (and arguments) 1224 -complete=command Ex command (and arguments)
1224 -complete=compiler compilers 1225 -complete=compiler compilers
1225 -complete=cscope |:cscope| suboptions 1226 -complete=cscope |:cscope| suboptions
1226 -complete=dir directory names 1227 -complete=dir directory names
1231 -complete=file_in_path file and directory names in |'path'| 1232 -complete=file_in_path file and directory names in |'path'|
1232 -complete=filetype filetype names |'filetype'| 1233 -complete=filetype filetype names |'filetype'|
1233 -complete=function function name 1234 -complete=function function name
1234 -complete=help help subjects 1235 -complete=help help subjects
1235 -complete=highlight highlight groups 1236 -complete=highlight highlight groups
1237 -complete=history :history suboptions
1236 -complete=locale locale names (as output of locale -a) 1238 -complete=locale locale names (as output of locale -a)
1237 -complete=mapping mapping name 1239 -complete=mapping mapping name
1238 -complete=menu menus 1240 -complete=menu menus
1239 -complete=option options 1241 -complete=option options
1240 -complete=shellcmd Shell command 1242 -complete=shellcmd Shell command