aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vim.rb
diff options
context:
space:
mode:
authorJack Nagel2014-05-10 01:17:59 -0500
committerJack Nagel2014-05-10 01:17:59 -0500
commit64470668cdef713e2d2c14c2cbbb1ebf6dd34fc4 (patch)
treecc0dd2cda122727a9eeb60682f83b89da307ac1c /Library/Formula/vim.rb
parent754312f24c93c77205f0a90e92e05e10df3be95a (diff)
downloadhomebrew-64470668cdef713e2d2c14c2cbbb1ebf6dd34fc4.tar.bz2
vim: drop caveats
Diffstat (limited to 'Library/Formula/vim.rb')
-rw-r--r--Library/Formula/vim.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/Library/Formula/vim.rb b/Library/Formula/vim.rb
index 98fa9095c..cd05440c6 100644
--- a/Library/Formula/vim.rb
+++ b/Library/Formula/vim.rb
@@ -99,16 +99,4 @@ class Vim < Formula
system "make", "install", "prefix=#{prefix}", "STRIP=true"
bin.install_symlink "vim" => "vi" if build.include? "override-system-vi"
end
-
- def caveats
- if build.with? "python" and build.with? "python3"
- <<-EOS.undent
- Vim has been built with dynamic loading of Python 2 and Python 3.
-
- Note: For more information about Vim dynamically loads both
- Python 2 and Python 3, see:
- http://vimdoc.sourceforge.net/htmldoc/if_pyth.html#python3
- EOS
- end
- end
end