Your new version of Vim is probably in /usr/local/bin.  That's the default
installation directory since you didn't specify --prefix on your configure
step.  Check to see if it's there and change the PATH in your login profile
file.

Mel

On Wed, Mar 23, 2011 at 5:02 PM, Diego <[email protected]> wrote:

> Hello all,
>
> When I type vim in my terminal, it tells me that I am running vim 7.2.108.
> I want to learn more about building from source so I clone the vim src repo
> and followed the instructions to build on mac:
>
> cd ~/src/
> hg clone https://vim.googlecode.com/hg/ vim
> cd vim/src/
> ./configure --disable-darwin --enable-gui=no
> make
> sudo make install
>
>
> Everything went normally. But when I type vim, I still see the 7.2.108?
>
> When I type:
>
> which vim
>
> I get:
>
> /usr/bin/vim
>
> Have I done something wrong? Missed a step?
>
> Thanks for the help!
>
> --
> You received this message from the "vim_mac" 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
>

-- 
You received this message from the "vim_mac" 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

Reply via email to