Added documentation for the g:syntastic_c_checker option

This commit is contained in:
Kévin Sztern 2013-03-17 22:45:43 +01:00
parent 75a234231b
commit d1897fe482

View File

@ -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