Updating docs with correct defaults for option

Fixes #1156
This commit is contained in:
Strahinja Val Markovic 2014-09-07 20:34:09 -07:00
parent 1f4d049460
commit c76bb46b94

View File

@ -849,9 +849,12 @@ that filetype.
You can get the filetype of the current file in Vim with `:set ft?`.
Default: `{}`
Default: `[see next line]`
let g:ycm_filetype_specific_completion_to_disable = {
\ 'gitcommit': 1
\}
let g:ycm_filetype_specific_completion_to_disable = {}
### The `g:ycm_show_diagnostics_ui` option