From: Alexis Laferrière Date: Tue, 29 May 2012 18:27:29 +0000 (-0400) Subject: misc: handles all error types in syntastic Nit syntax checker X-Git-Tag: v0.6~352^2~4 X-Git-Url: http://nitlanguage.org misc: handles all error types in syntastic Nit syntax checker Signed-off-by: Alexis Laferrière --- diff --git a/misc/syntastic/nit.vim b/misc/syntastic/nit.vim index 7da1985..a3fdf4b 100644 --- a/misc/syntastic/nit.vim +++ b/misc/syntastic/nit.vim @@ -55,7 +55,7 @@ function! SyntaxCheckers_nit_GetLocList() " possible combinations of error messages let ef_start = [ '%f:%l\,%c--%*[0-9]:', '%f:%l\,%c--%*[0-9]\,%*[0-9]:', '%f:%l\,%c:' ] - let ef_type = [ ' %tarning: ', ' %trror: ', ' Syntax %trror: ' ] + let ef_type = [ ' %tarning: ', '' ] " generate errorformat from combinations let errorformat = ""