Merge pull request #765 from AsaAyers/master

Coffeelint: Fixed errorformat, last line is optional
This commit is contained in:
LCD 47 2013-08-13 13:02:21 -07:00
commit 7ad0ef81a5

View File

@ -26,9 +26,9 @@ function! SyntaxCheckers_coffee_coffeelint_GetLocList()
\ 'subchecker': 'coffeelint' })
let errorformat =
\ '%f\,%l\,%\d%\+\,%trror\,%m,' .
\ '%f\,%l\,%\d%#\,%trror\,%m,' .
\ '%f\,%l\,%trror\,%m,' .
\ '%f\,%l\,%\d%\+\,%tarn\,%m,' .
\ '%f\,%l\,%\d%#\,%tarn\,%m,' .
\ '%f\,%l\,%tarn\,%m'
return SyntasticMake({