misc: updates the vim syntastic config with correct style
authorAlexis Laferrière <alexis.laf@xymus.net>
Mon, 13 Jan 2014 16:38:28 +0000 (11:38 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Mon, 13 Jan 2014 23:35:06 +0000 (18:35 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

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 = ""