diff options
| author | JessThrysoee | 2011-05-13 21:09:43 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-05-15 16:44:37 -0700 |
| commit | 1fab3babda57640e2802469b0afce49e4a5cd867 (patch) | |
| tree | 9ee23065d1d493362c52ea3938198ca52f2453db /Library/Formula | |
| parent | 5ac0b30a9cf9230371bb75734bcd85e742845fe7 (diff) | |
| download | homebrew-1fab3babda57640e2802469b0afce49e4a5cd867.tar.bz2 | |
Add vi, vimdiff, view, vimex symlinks when overriding system vim.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/macvim.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index e1c7653ed..9595f4b9e 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -71,7 +71,7 @@ class Macvim < Formula # Create MacVim vimdiff, view, ex equivalents executables = %w[mvimdiff mview mvimex] - executables << "vim" if ARGV.include? "--override-system-vim" + executables += %w[vi vim vimdiff view vimex] if ARGV.include? "--override-system-vim" executables.each {|f| ln_s bin+'mvim', bin+f} end |
