Merge branch 'master' into registry_cleanup

This commit is contained in:
LCD 47 2013-11-07 10:23:57 +02:00
commit 997e079351

View File

@ -33,7 +33,7 @@ function! SyntaxCheckers_javascript_jshint_GetLocList() dict
\ 'post_args': (jshint_new ? ' --verbose ' : '') . s:Args() })
let errorformat = jshint_new ?
\ '%f: line %l\, col %c\, %m \(%t%*\d\)' :
\ '%A%f: line %l\, col %v\, %m \(%t%*\d\)' :
\ '%E%f: line %l\, col %v\, %m'
return SyntasticMake({