Change the endif on SyntaxCheckers_objc_gcc_IsAvailable to endfunction
This commit is contained in:
parent
0fcf795140
commit
475f3f934c
@ -77,7 +77,7 @@ endif
|
||||
|
||||
function! SyntaxCheckers_objc_gcc_IsAvailable()
|
||||
return executable('gcc')
|
||||
endif
|
||||
endfunction
|
||||
|
||||
function! SyntaxCheckers_objc_gcc_GetLocList()
|
||||
let makeprg = 'gcc -fsyntax-only -lobjc'
|
||||
|
Loading…
Reference in New Issue
Block a user