This commit is contained in:
LCD 47 2013-05-14 21:48:00 +03:00
parent 8a998efe54
commit 49166270fa

View File

@ -45,7 +45,9 @@ function! SyntaxCheckers_c_splint_GetLocList()
return SyntasticMake({ return SyntasticMake({
\ 'makeprg': makeprg, \ 'makeprg': makeprg,
\ 'errorformat': errorformat, \ 'errorformat': errorformat,
\ 'defaults': {'type': 'W', 'subtype': 'Style' } }) \ 'subtype': 'Style',
\ 'postprocess': ['compressWhitespace'],
\ 'defaults': {'type': 'W'} })
endfunction endfunction
call g:SyntasticRegistry.CreateAndRegisterChecker({ call g:SyntasticRegistry.CreateAndRegisterChecker({