From 5d123a3a6afd6a949eb17c1194904fd04805e741 Mon Sep 17 00:00:00 2001 From: Asa Ayers Date: Tue, 13 Aug 2013 15:52:14 -0400 Subject: [PATCH] Coffeelint: Fixed errorformat, last line is optional --- syntax_checkers/coffee/coffeelint.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax_checkers/coffee/coffeelint.vim b/syntax_checkers/coffee/coffeelint.vim index 4b59a8c2..2099359c 100644 --- a/syntax_checkers/coffee/coffeelint.vim +++ b/syntax_checkers/coffee/coffeelint.vim @@ -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({