Updated vim plugins
This commit is contained in:
@@ -26,7 +26,7 @@ function! SyntaxCheckers_ruby_reek_IsAvailable() dict
|
||||
endfunction
|
||||
|
||||
function! SyntaxCheckers_ruby_reek_GetLocList() dict
|
||||
let makeprg = self.makeprgBuild({ 'args_before': '--no-color --quiet --line-number --single-line' })
|
||||
let makeprg = self.makeprgBuild({ 'args_before': '--no-color --line-number --single-line' })
|
||||
|
||||
let errorformat =
|
||||
\ '%E%.%#: Racc::ParseError: %f:%l :: %m,' .
|
||||
@@ -34,7 +34,8 @@ function! SyntaxCheckers_ruby_reek_GetLocList() dict
|
||||
|
||||
let loclist = SyntasticMake({
|
||||
\ 'makeprg': makeprg,
|
||||
\ 'errorformat': errorformat })
|
||||
\ 'errorformat': errorformat,
|
||||
\ 'returns': [0, 2] })
|
||||
|
||||
for e in loclist
|
||||
if e['type'] ==? 'W'
|
||||
|
||||
Reference in New Issue
Block a user