misc: updates the vim syntastic config with correct style
[nit.git] / misc / vim / syntax_checkers / nit / nitc.vim
index 448c7ae..1637f46 100644 (file)
@@ -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 = ""