Tuesday, November 22, 2011

Re: Different path variables

On Nov 22, 1:36 pm, Gary Johnson <garyj...@spocom.com> wrote:
> On 2011-11-21, John Little wrote:
>
> > On Nov 22, 12:13 am, Srushti wrote:
>
> > > Assuming I can't find anything is there some hack-y way where I can
> > > override the PATH used in the shell in a vim setting so that I can
> > > actually get back to being able to run my tests from inside vim?
>
> > Sure,
>
> > :let $PATH = 'whatever'
>
> That will help only if the user's shell isn't resetting PATH when
> it's invoked by Vim.

Good point. Srushti, if you can find the last dot-file used by your
shell when it's invoked by vim, you could doctor your path there, but
understanding those files would enable you find where the path is
being tweaked.

Regards, John

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: