Re: how to info vim the ruby/lua intepreter path under windows

2010-12-30 Thread Tom Link
> but there's currently no way that I can add the path to my system > it's pretty locked up. Let's blindly assume you're using windows. You should always be able to set per use environment variables. Or you could create a bat script that sets the environment variables and runs vim. HTH -- You r

Re: how to info vim the ruby/lua intepreter path under windows

2010-12-30 Thread Isaac
thanks for the info but there's currently no way that I can add the path to my system it's pretty locked up. I tried to use set path in vim, but it doesn't do the job some suggestions? On Dec 29, 10:30 pm, Arun wrote: > On Wed, Dec 29, 2010 at 06:57:00AM -0800, Isaac wrote: > > Hi there, I have

Re: how to info vim the ruby/lua intepreter path under windows

2010-12-29 Thread Arun
On Wed, Dec 29, 2010 at 06:57:00AM -0800, Isaac wrote: > Hi there, I have a question about how to use lua or ruby support in > vim 73 > > - I can download the compiled verison with lua/ruby support > - but my workstation is locked down that I can not install anything > into the system, is there a

how to info vim the ruby/lua intepreter path under windows

2010-12-29 Thread Isaac
Hi there, I have a question about how to use lua or ruby support in vim 73 - I can download the compiled verison with lua/ruby support - but my workstation is locked down that I can not install anything into the system, is there a way that I can direct the lua/ruby intepreter folder to vim so that