Handle mxmlc errors with no line/column numbers

This commit is contained in:
Andy Earnshaw 2014-01-08 12:19:47 +00:00
parent a667d88a9d
commit 8ff60c0468

View File

@ -53,6 +53,7 @@ function! SyntaxCheckers_actionscript_mxmlc_GetLocList() dict
let errorformat =
\ '%f(%l): col: %c %trror: %m,' .
\ '%f(%l): col: %c %tarning: %m,' .
\ '%f: %trror: %m,' .
\ '%-G%.%#'
return SyntasticMake({