bugfix for c/ycm

This commit is contained in:
Martin Grenfell 2013-02-05 14:54:56 +00:00
parent d6806c1f20
commit c41f2c8917

View File

@ -23,7 +23,7 @@ if !exists('g:loaded_youcompleteme')
finish
endif
function! SyntaxCheckers_c_GetLocList()
function! SyntaxCheckers_c_ycm_GetLocList()
return youcompleteme#CurrentFileDiagnostics()
endfunction