diff --git a/syntax_checkers/coffee/coffeelint.vim b/syntax_checkers/coffee/coffeelint.vim index cae5c40c..c33afdc9 100644 --- a/syntax_checkers/coffee/coffeelint.vim +++ b/syntax_checkers/coffee/coffeelint.vim @@ -25,7 +25,9 @@ function! SyntaxCheckers_coffee_coffeelint_GetLocList() \ 'filetype': 'coffee', \ 'subchecker': 'coffeelint' }) - let errorformat = '%f\,%l\,%trror\,%m' + let errorformat = '%f\,%l\,\,%trror\,%m,' . + \ '%f\,%l\,%\\d%\\+\,%trror\,%m,' . + \ '%f\,%l\,%trror\,%m' return SyntasticMake({ \ 'makeprg': makeprg,