Website for ruby.vim?

Is there a website for ruby.vim? The vim syntax file for Ruby mentions
the URL http://altern.org/mn/ruby/ruby.vim but apparently altern.org
has been taken over by some free e-mail company.

I wanted to suggest to the author that before this line:

syn match rubyIdentifier “@\h\w*”

the following line should be added:

syn match rubyIdentifier “@@\h\w*”

This will make it hilight @@class variables as well as @instance
variables.

There’s www.vim.org

http://www.vim.org/script.php?script_id=349

James

···

-----Original Message-----
From: Philip Mak [mailto:pmak@animeglobe.com]
Sent: Sunday, August 11, 2002 1:12 PM
To: ruby-talk ML
Subject: Website for ruby.vim?

Is there a website for ruby.vim? The vim syntax file for Ruby mentions
the URL http://altern.org/mn/ruby/ruby.vim but apparently altern.org
has been taken over by some free e-mail company.

The latest syntax file can be found here:

http://mugca.its.monash.edu.au/~djkea2/vim/syntax/ruby.vim

Regards,
Doug

···

On Mon, Aug 12, 2002 at 05:11:44AM +0900, Philip Mak wrote:

Is there a website for ruby.vim? The vim syntax file for Ruby mentions
the URL http://altern.org/mn/ruby/ruby.vim but apparently altern.org
has been taken over by some free e-mail company.