aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/macvim.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb
index 211aa87d7..66fdf373b 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -121,15 +121,6 @@ class Macvim < Formula
def caveats
s = ''
- s += <<-EOS.undent
- MacVim.app installed to:
- #{prefix}
-
- Run the following to make MacVim available as a Mac OS X application:
- brew linkapps
- or:
- brew linkapps --local
- EOS
if build.with? "python" and build.with? "python3"
s += <<-EOS.undent