I tried to install YouCompleteMe on Mac for vim, but I\'ve been using the system vim which is version 7.3. I tried to update my vim using homebrew by typing brew install v
brew install v
You should probably have done brew install vim --with-override-system-vi. This will replace default vim path.
brew install vim --with-override-system-vi