diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-07-20 16:37:24 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-07-20 16:37:24 +0200 |
commit | e9edd7fbdd1d815f6135e269dbc94bd0824cf33f (patch) | |
tree | e4ebf30be448f668e6220eec599a20bac6d8e14d /runtime/doc/map.txt | |
parent | 76f7fd3df3d9eac04928427568feb1fbc3fb889d (diff) | |
download | vim-git-e9edd7fbdd1d815f6135e269dbc94bd0824cf33f.tar.gz |
updated for version 7.3.257v7.3.257
Problem: Not all completions are available to user commands.
Solution: Add "color", "compiler", "file_in_path" and "locale". (Dominique
Pelle)
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r-- | runtime/doc/map.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 103cb54bb..2ebf2ebc4 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -1211,17 +1211,21 @@ completion can be enabled: -complete=augroup autocmd groups -complete=buffer buffer names + -complete=color color schemes -complete=command Ex command (and arguments) + -complete=compiler compilers -complete=cscope |:cscope| suboptions -complete=dir directory names -complete=environment environment variable names -complete=event autocommand events -complete=expression Vim expression -complete=file file and directory names + -complete=file_in_path file and directory names in |'path'| -complete=filetype filetype names |'filetype'| -complete=function function name -complete=help help subjects -complete=highlight highlight groups + -complete=locale locale names (as output of locale -a) -complete=mapping mapping name -complete=menu menus -complete=option options |