remove vim from the blacklist

This commit is contained in:
Jack Nagel 2013-01-28 23:17:39 -06:00
parent 25be1de992
commit 0a7d2b82b4

View File

@ -1,6 +1,6 @@
def blacklisted? name def blacklisted? name
case name.downcase case name.downcase
when /^vim?$/, 'screen', /^rubygems?$/ then <<-EOS.undent when 'screen', /^rubygems?$/ then <<-EOS.undent
Apple distributes #{name} with OS X, you can find it in /usr/bin. Apple distributes #{name} with OS X, you can find it in /usr/bin.
EOS EOS
when 'libarchive', 'libpcap' then <<-EOS.undent when 'libarchive', 'libpcap' then <<-EOS.undent