aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-01-18 21:59:11 +0000
committerMike McQuaid2014-01-19 14:19:08 -0800
commit514433ee23dde16ad37bab9798d03ce7fc256201 (patch)
tree0450e2b40cd2ab76149b0318c296475d300b89e5 /Library/Formula/macvim.rb
parentd639db41b3acf2cd9b2ae1a3a681e5121371e2df (diff)
downloadhomebrew-514433ee23dde16ad37bab9798d03ce7fc256201.tar.bz2
macvim: remove duplicated .app caveats.
Diffstat (limited to 'Library/Formula/macvim.rb')
-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