Tuesday, September 11, 2012

Re: PATH

On Sep 11, 1:24 pm, Gary Johnson <garyj...@spocom.com> wrote:
> On 2012-09-11, Bee wrote:
> > It is for vim-app, not MacVim, so this is what I used in my .gvimrc:
>
> > if has("mac")
> >   if has("gui_macvim")
> >     if has("patch260") " Snow Leopard, previously bottom left
>
> The preceding line should be:
>
>     if v:version > 703 || v:version == 703 && has("patch260") " Snow Leopard, previously bottom left
>
> since patch numbers are recycled with each Vim version.
>
> >       winpos 0 23
> >     endif
> >   else " vim-app
> >     set lines=39
> >     let $PATH = ':/opt/local/bin:/opt/local/sbin:' . $PATH
> >   endif
> > endif
>
> Regards,
> Gary

Again, thank you, Gary

I am glad I left that part of the .gvimrc showing.
I had not thought about recycled patch numbers.

Bill

--
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: