Vim error-format

Hi all,

Before I go off and bodge one together, has anyone else come up with a
decent error-format for vim to :make Ruby unit-tests with?

Alex Y. wrote:

Hi all,

Before I go off and bodge one together, has anyone else come up with a
decent error-format for vim to :make Ruby unit-tests with?

D’oh! Scratch that… Google does know everything after all :slight_smile:

D’oh! Scratch that… Google does know everything after all

How about clueing us in on what you found?

Please do Mr. Young !

Dylan S. wrote:

Please do Mr. Young !

On 2/2/06, Alex S. <[email protected] mailto:[email protected]> wrote:

 > D'oh!  Scratch that...  Google does know everything after all
 >

How about clueing us in on what you found?

It turns out that the one I found was already being distributed as part
of the vim-ruby package. If you’ve got it installed, do:

:compiler rubyunit

and :make should do what you expect.