diff options
| author | Adam Vandenberg | 2012-10-20 15:35:08 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-20 15:36:48 -0700 |
| commit | 34b37ef3a0aa4f8208d20864cc2014add30e6382 (patch) | |
| tree | f7b1041ba857968ee4cee4e910c892aab0558adb /Library/Formula | |
| parent | 27163b399471f613aaacb2d39b1d20468530671e (diff) | |
| download | homebrew-34b37ef3a0aa4f8208d20864cc2014add30e6382.tar.bz2 | |
vim: keep paths
fixes #15566
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/vim.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb index 87ce03003..3876cf712 100644 --- a/Library/Formula/vim.rb +++ b/Library/Formula/vim.rb @@ -9,6 +9,8 @@ class Vim < Formula head 'https://vim.googlecode.com/hg/' + env :userpaths # To find interpreters + def install # Why are we specifying HOMEBREW_PREFIX as the prefix? # |
