From: "Tom Purl" <[EMAIL PROTECTED]> Subject: Re: Ruby + Vim Date: Thu, 20 Apr 2006 12:38:39 -0500 (CDT)
> >> > Hi, > >> > > >> > I am looking for a hacked/tuned/patched/newer version of the ruby > >> > indentation/syntax highlightning files for vim. > >> > >> Look at the vim-ruby bundle on rubyforge. > >> > > > > I did: Last release is of 2005-10-07. The versioning of the files are > > older than those bundled with vim itsself.... > > Have you tried their anonymous CVS access? You can obtain directions at > the following page: > > * http://rubyforge.org/scm/?group_id=16 > > If you've found a bug, then you can also submit it to this project. They > have both a bug tracking system > (http://rubyforge.org/tracker/?atid=145&group_id=16&func=browse) and a > mailing list (http://rubyforge.org/pipermail/vim-ruby-devel/). > > Hope that helps! > > Tom Purl > I did a cvs checkout and found in the NEWS file the following paragraph: = 2005.10.07 == Vim 6.4 This release is included in Vim 6.4. == Bug Fixes Ruby filetype plugin - symbols were incorrectly being matched as match_words causing the matchit motion command to jump to an incorrect location in some circumstances. It is the same version I got from their homepage and a even newer version of the cvs snapshot is included in the vim-6.4 distro. I think their are not interested in any bug reports anymore... mcc