This commit is contained in:
Paul Harper 2014-04-25 14:52:54 -07:00
parent 748046277f
commit 9facbb77cc

View File

@ -34,8 +34,8 @@ function! SyntaxCheckers_javascript_eslint_GetLocList() dict
\ '--config ' . syntastic#util#shexpand(g:syntastic_javascript_eslint_conf) : '') })
let errorformat =
\ '%E%f: line %l\, col %c\, Error - %m,' .
\ '%W%f: line %l\, col %c\, Warning - %m'
\ '%E%f: line %l\, col %c\, Error - %m,' .
\ '%W%f: line %l\, col %c\, Warning - %m'
let loclist = SyntasticMake({
\ 'makeprg': makeprg,