On Tue, Aug 09, 2005 at 11:01:40PM +0900, Claus Spitzer wrote: > Greetings! > I have a minor issue with Ruby syntax highlighting in vim, and was > wondering whether others have similar problems. Let's take the > following code: > > until true > 3.time do |f| > p f > end > end > > The last ``end'' is not highlighted. This was fixed a long time ago but unfortunately didn't make it upstream for the vim6 release. I'd suggest updating to the latest release of vim-ruby which you can find at http://vim-ruby.rubyforge.org/ There should hopefully be a new release of this in the next week or so... <snip> Regards, Doug