From 4fbb67a29700e24542165c354f482f0d3ab8dc29 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Thu, 28 Apr 2016 11:53:48 -0500 Subject: [PATCH] Fix system override of vim install [Fix #686] --- README.md | 2 +- Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48d1ab4..8b2b0ef 100644 --- a/README.md +++ b/README.md @@ -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? diff --git a/Rakefile b/Rakefile index bb84857..3c1d29d 100644 --- a/Rakefile +++ b/Rakefile @@ -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