fix a typo bug in the cpp/ycm checker
This commit is contained in:
parent
a66c19f731
commit
ac67114efa
@ -15,7 +15,7 @@ if exists("loaded_ycm_cpp_syntax_checker")
|
|||||||
endif
|
endif
|
||||||
let loaded_ycm_cpp_syntax_checker = 1
|
let loaded_ycm_cpp_syntax_checker = 1
|
||||||
|
|
||||||
function! SyntaxCheckers_objc_ycm_IsAvailable()
|
function! SyntaxCheckers_cpp_ycm_IsAvailable()
|
||||||
return exists('g:loaded_youcompleteme')
|
return exists('g:loaded_youcompleteme')
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user