Merge pull request #465 from vheon/patch-1

Add Unite to the filetype's blacklist
This commit is contained in:
Val Markovic 2013-07-24 15:03:40 -07:00
commit c2446e4346

View File

@ -79,6 +79,7 @@ let g:ycm_filetype_blacklist =
\ 'notes' : 1, \ 'notes' : 1,
\ 'markdown' : 1, \ 'markdown' : 1,
\ 'text' : 1, \ 'text' : 1,
\ 'unite' : 1,
\ } ) ) \ } ) )
let g:ycm_filetype_specific_completion_to_disable = let g:ycm_filetype_specific_completion_to_disable =