macvim: each in single line (#32338)

This commit is contained in:
Vítor Galvão 2017-04-14 01:16:40 +01:00 committed by Miccal Matthews
parent 1fada79e36
commit 90cffd84e1
1 changed files with 1 additions and 3 deletions

View File

@ -20,9 +20,7 @@ cask 'macvim' do
mview
mvim
mvimdiff
].each do |link_name|
binary "#{appdir}/MacVim.app/Contents/bin/mvim", target: link_name
end
].each { |link_name| binary "#{appdir}/MacVim.app/Contents/bin/mvim", target: link_name }
zap delete: [
'~/Library/Caches/org.vim.MacVim',