correct &errorformat for ruby

This commit is contained in:
Martin Grenfell 2009-07-11 15:56:48 +12:00
parent 29ae4163b6
commit ad555bc093

View File

@ -10,6 +10,7 @@ endif
function! SyntaxCheckers_ruby_GetQFList()
set makeprg=ruby\ -c\ %
set errorformat=%A%f:%l:\ syntax\ error\\,\ %m,%Z%p^,%-C%.%#
silent make!
return getqflist()
endfunction