Bug fix.
This commit is contained in:
parent
8a998efe54
commit
49166270fa
@ -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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user