Merge pull request #465 from vheon/patch-1
Add Unite to the filetype's blacklist
This commit is contained in:
commit
c2446e4346
@ -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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user