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()
|
function! SyntaxCheckers_objc_gcc_IsAvailable()
|
||||||
return executable('gcc')
|
return executable('gcc')
|
||||||
endif
|
endfunction
|
||||||
|
|
||||||
function! SyntaxCheckers_objc_gcc_GetLocList()
|
function! SyntaxCheckers_objc_gcc_GetLocList()
|
||||||
let makeprg = 'gcc -fsyntax-only -lobjc'
|
let makeprg = 'gcc -fsyntax-only -lobjc'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user