Fix system override of vim install [Fix #686]

This commit is contained in:
Yan Pritzker 2016-04-28 11:53:48 -05:00
parent 1d632f8793
commit 4fbb67a297
2 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@ These hacks are Lion-centric. May not work for other OS'es. My favorite mods inc
brew uninstall macvim
brew remove macvim
brew cleanup
brew install macvim --custom-icons --override-system-vim --with-lua --with-luajit
brew install macvim --custom-icons --with-override-system-vim --with-lua --with-luajit
```
### Terminal Vim troubles with Lua?

View File

@ -173,7 +173,7 @@ def install_homebrew
puts "Installing Homebrew packages...There may be some warnings."
puts "======================================================"
run %{brew install zsh ctags git hub tmux reattach-to-user-namespace the_silver_searcher ghi hub}
run %{brew install macvim --custom-icons --override-system-vim --with-lua --with-luajit}
run %{brew install macvim --custom-icons --with-override-system-vim --with-lua --with-luajit}
puts
puts
end