aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-21 15:14:40 -0700
committerAdam Vandenberg2012-10-21 15:14:40 -0700
commit3633593a1bca82d0a86df2771612d67d15e0a350 (patch)
treefdfd30947a12e9f52505caf005437bbbfaff0057 /Library
parent714971eeb68a547476739563d9a40dc7e61eafe1 (diff)
downloadhomebrew-3633593a1bca82d0a86df2771612d67d15e0a350.tar.bz2
vim: use std environment
Fixes #15566.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/vim.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb
index af34c6c81..c3904b849 100644
--- a/Library/Formula/vim.rb
+++ b/Library/Formula/vim.rb
@@ -9,7 +9,7 @@ class Vim < Formula
head 'https://vim.googlecode.com/hg/'
- env :userpaths # To find interpreters
+ env :std # To find interpreters
def install
# Why are we specifying HOMEBREW_PREFIX as the prefix?