Added documentation for the g:syntastic_c_checker option
This commit is contained in:
parent
75a234231b
commit
d1897fe482
@ -67,6 +67,10 @@
|
|||||||
" format:
|
" format:
|
||||||
"
|
"
|
||||||
" let g:syntastic_c_errorformat = '%f:%l:%c: %trror: %m'
|
" let g:syntastic_c_errorformat = '%f:%l:%c: %trror: %m'
|
||||||
|
"
|
||||||
|
" Set your compiler executable with e.g. (defaults to gcc)
|
||||||
|
"
|
||||||
|
" let g:syntastic_c_checker = 'clang'
|
||||||
|
|
||||||
if exists('loaded_gcc_syntax_checker')
|
if exists('loaded_gcc_syntax_checker')
|
||||||
finish
|
finish
|
||||||
|
Loading…
Reference in New Issue
Block a user