From 514433ee23dde16ad37bab9798d03ce7fc256201 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 18 Jan 2014 21:59:11 +0000 Subject: macvim: remove duplicated .app caveats. --- Library/Formula/macvim.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Library/Formula/macvim.rb') 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 -- cgit v1.2.3