Document '*' in ycm_filetype_specific_completion_to_disable.

This commit is contained in:
Alexandre Fonseca 2014-03-25 11:54:11 +01:00
parent 09379b3ff6
commit e13cd9b696

View File

@ -1030,6 +1030,9 @@ support that filetype.
You can get the filetype of the current file in Vim with ':set ft?'. You can get the filetype of the current file in Vim with ':set ft?'.
To disable the semantic completion engine for all filetypes, you can use '*'
as a special wildcard filetype key: {'*': 1}.
Default: '{}' Default: '{}'
> >
let g:ycm_filetype_specific_completion_to_disable = {} let g:ycm_filetype_specific_completion_to_disable = {}