Pretty sure hometown installs vim under /usr/local/bin/
You really should not overwrite the vim system, you should use an alias for your .bash_profile
file,
alias vim='/usr/local/bin/vim'
Another option is to "hide" the current vim
mv /usr/bin/vim /usr/bin/vim73
, vim
, /usr/bin/
/usr/local/bin/