fix a typo bug in the cpp/ycm checker

This commit is contained in:
Martin Grenfell 2013-02-01 21:24:10 +00:00
parent a66c19f731
commit ac67114efa

View File

@ -15,7 +15,7 @@ if exists("loaded_ycm_cpp_syntax_checker")
endif
let loaded_ycm_cpp_syntax_checker = 1
function! SyntaxCheckers_objc_ycm_IsAvailable()
function! SyntaxCheckers_cpp_ycm_IsAvailable()
return exists('g:loaded_youcompleteme')
endfunction