From: Alexis Laferrière Date: Mon, 13 Jan 2014 16:38:28 +0000 (-0500) Subject: misc: updates the vim syntastic config with correct style X-Git-Tag: v0.6.4~70^2~1^2~1 X-Git-Url: http://nitlanguage.org misc: updates the vim syntastic config with correct style Signed-off-by: Alexis Laferrière --- diff --git a/misc/vim/syntax_checkers/nit/nitc.vim b/misc/vim/syntax_checkers/nit/nitc.vim index 448c7ae..1637f46 100644 --- a/misc/vim/syntax_checkers/nit/nitc.vim +++ b/misc/vim/syntax_checkers/nit/nitc.vim @@ -57,8 +57,11 @@ function! SyntaxCheckers_nit_nitc_GetLocList() end " 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: ', '' ] + let ef_start = [ '%f:%l\,%c--%*[0-9]:', + \ '%f:%l\,%c--%*[0-9]\,%*[0-9]:', + \ '%f:%l\,%c:' ] + let ef_type = [ ' %tarning: ', + \ '' ] " generate errorformat from combinations let errorformat = ""