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({
\ 'makeprg': makeprg,
\ 'errorformat': errorformat,
\ 'defaults': {'type': 'W', 'subtype': 'Style' } })
\ 'subtype': 'Style',
\ 'postprocess': ['compressWhitespace'],
\ 'defaults': {'type': 'W'} })
endfunction
call g:SyntasticRegistry.CreateAndRegisterChecker({