Merge pull request #567 from Chewie/syntastic_c_compiler

Added documentation for the g:syntastic_c_checker option
This commit is contained in:
Martin Grenfell 2013-03-18 04:00:03 -07:00
commit 7250aae562

View File

@ -67,6 +67,10 @@
" format:
"
" 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')
finish