update example syntax checker in blurb

This commit is contained in:
Martin Grenfell 2009-07-11 16:48:37 +12:00
parent 6885b2ecd9
commit 75a06c41b0

View File

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