Merge remote-tracking branch 'sds/fix-rubocop-errorformat'

This commit is contained in:
LCD 47 2013-07-12 06:52:09 +03:00
commit 0f6dad6b4c

View File

@ -29,7 +29,7 @@ function! SyntaxCheckers_ruby_rubocop_GetLocList()
\ 'filetype': 'ruby',
\ 'subchecker': 'rubocop' })
let errorformat = '%f:%l:\ %t:\ %m'
let errorformat = '%f:%l:%c:\ %t:\ %m'
let loclist = SyntasticMake({
\ 'makeprg': makeprg,