aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-20 15:35:08 -0700
committerAdam Vandenberg2012-10-20 15:36:48 -0700
commit34b37ef3a0aa4f8208d20864cc2014add30e6382 (patch)
treef7b1041ba857968ee4cee4e910c892aab0558adb /Library
parent27163b399471f613aaacb2d39b1d20468530671e (diff)
downloadhomebrew-34b37ef3a0aa4f8208d20864cc2014add30e6382.tar.bz2
vim: keep paths
fixes #15566
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/vim.rb2
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?
#