Document '*' in ycm_filetype_specific_completion_to_disable.
This commit is contained in:
parent
09379b3ff6
commit
e13cd9b696
@ -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 = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user