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
