Jshint: fix column handling in errorformat.

This commit is contained in:
LCD 47 2013-11-06 21:06:05 +02:00
parent f22a2b164d
commit 8510e8677a

View File

@ -36,7 +36,7 @@ function! SyntaxCheckers_javascript_jshint_GetLocList()
let errorformat = jshint_new ?
\ '%f: line %l\, col %c\, %m \(%t%*\d\)' :
\ '%E%f: line %l\, col %c\, %m'
\ '%E%f: line %l\, col %v\, %m'
return SyntasticMake({
\ 'makeprg': makeprg,