Coffeelint: Fixed errorformat, last line is optional

This commit is contained in:
Asa Ayers 2013-08-13 15:52:14 -04:00
parent 7550c86016
commit 5d123a3a6a

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({