remove vim from the blacklist
This commit is contained in:
parent
25be1de992
commit
0a7d2b82b4
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user