diff --git a/syntax_checkers/ruby/rubocop.vim b/syntax_checkers/ruby/rubocop.vim index cb771b1d..8f968fca 100644 --- a/syntax_checkers/ruby/rubocop.vim +++ b/syntax_checkers/ruby/rubocop.vim @@ -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,