diff options
| author | Jack Nagel | 2014-05-10 01:17:59 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-10 01:17:59 -0500 |
| commit | 64470668cdef713e2d2c14c2cbbb1ebf6dd34fc4 (patch) | |
| tree | cc0dd2cda122727a9eeb60682f83b89da307ac1c /Library/Formula/vim.rb | |
| parent | 754312f24c93c77205f0a90e92e05e10df3be95a (diff) | |
| download | homebrew-64470668cdef713e2d2c14c2cbbb1ebf6dd34fc4.tar.bz2 | |
vim: drop caveats
Diffstat (limited to 'Library/Formula/vim.rb')
| -rw-r--r-- | Library/Formula/vim.rb | 12 |
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 |
