Do not call OnCompleteDone on blacklisted filetypes
This commit is contained in:
parent
b26ba2681e
commit
f58d9d607e
@ -519,6 +519,10 @@ endfunction
|
|||||||
|
|
||||||
|
|
||||||
function! s:OnCompleteDone()
|
function! s:OnCompleteDone()
|
||||||
|
if !s:AllowedToCompleteInCurrentBuffer()
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
exec s:python_command "ycm_state.OnCompleteDone()"
|
exec s:python_command "ycm_state.OnCompleteDone()"
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user