Hugh Sasse Staff Elec Eng (hgs / dmu.ac.uk) wrote:
> On Mon, 29 Jan 2001, Jim Freeze wrote:
> > After you put ruby.vim into the syntax directory, you may want to try from
> > within gvim
> > 
> > :so ${VIM}/syntax/ruby.vim
> 
> It said it could not read this file.

That should be

	:source $VIMRUNTIME/syntax/ruby.vim

Using $VIM hasn't worked since one of the earlier 5.x versions, I believe.

				Reimer Behrends