diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index d3cf85fe..880ea03f 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -870,13 +870,16 @@ dictionary is used like a hash set, meaning that only the keys matter). See the |g:ycm_filetype_whitelist| option for more details on how this works. -Default: "{'notes': 1, 'markdown': 1, 'text': 1}" +Default: '[see next line]' > let g:ycm_filetype_blacklist = { + \ 'tagbar' : 1, + \ 'qf' : 1, \ 'notes' : 1, \ 'markdown' : 1, - \ 'text' : 1, \ 'unite' : 1, + \ 'text' : 1, + \ 'vimwiki' : 1, \} < -------------------------------------------------------------------------------