extend ruby errorformat

This commit is contained in:
kongo2002 2010-12-26 10:14:53 +08:00 committed by Martin Grenfell
parent 1a1593a6fd
commit 3ce9edb5fd

View File

@ -26,7 +26,7 @@ function! SyntaxCheckers_ruby_GetLocList()
else else
let makeprg = 'RUBYOPT= ruby -W1 -c '.shellescape(expand('%')) let makeprg = 'RUBYOPT= ruby -W1 -c '.shellescape(expand('%'))
endif endif
let errorformat = '%-GSyntax OK,%E%f:%l: syntax error\, %m,%Z%p^,%W%f:%l: warning: %m,%Z%p^,%-C%.%#' let errorformat = '%-GSyntax OK,%E%f:%l: syntax error\, %m,%Z%p^,%W%f:%l: warning: %m,%Z%p^,%W%f:%l: %m,%-C%.%#'
return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat }) return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
endfunction endfunction