From 64470668cdef713e2d2c14c2cbbb1ebf6dd34fc4 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 10 May 2014 01:17:59 -0500 Subject: vim: drop caveats --- Library/Formula/vim.rb | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Library/Formula/vim.rb') 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 -- cgit v1.2.3