How to install vim 7.4a with homebrew
Solution 1:
For me,
brew info macvim
told me this:
macvim: stable 7.3-66, devel 7.4b-BETA-69, HEAD
And as such, I would have to do this:
brew install macvim --devel
For me,
brew info macvim
told me this:
macvim: stable 7.3-66, devel 7.4b-BETA-69, HEAD
And as such, I would have to do this:
brew install macvim --devel