Merge branch 'master' into registry_cleanup

This commit is contained in:
LCD 47 2013-11-06 21:06:20 +02:00
commit 4a7d1f31e7

View File

@ -34,7 +34,7 @@ function! SyntaxCheckers_javascript_jshint_GetLocList() dict
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,