Merge pull request #499 from vheon/patch-1

Add Tagbar to the filetype's blacklist
This commit is contained in:
Val Markovic 2013-08-09 09:58:43 -07:00
commit b46aa009fd

View File

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