Coffeelint: Added new formats for upcoming v0.5.7 release. fixes #762
This commit is contained in:
parent
c8bceb4ac3
commit
33c991dac9
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user