Skip to content

Commit

Permalink
removed command-t
Browse files Browse the repository at this point in the history
  • Loading branch information
developwithpassion committed Mar 30, 2012
1 parent 22fa8c1 commit 511c10a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions automation/vim/vim_plugin_update.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ require 'open-uri'
:timcharper => %w[textile.vim],
:ervandew => %w[supertab],
:tomtom => %w[tcomment_vim],
:kien => %w[ctrlp.vim],
"vim-ruby" => %w[vim-ruby],
:developwithpassion => %w[twitvim],
:kchmck => %w[vim-coffee-script],
Expand All @@ -25,7 +26,7 @@ require 'open-uri'
]

<% if not configatron.core.is_cygwin %>
@bundles[:wincent] = %w[Command-T]
# @bundles[:wincent] = %w[Command-T]
<% end %>
@git_bundles = []
Expand All @@ -43,12 +44,6 @@ end
]
@cxtensions = [
Proc.new{
Dir.chdir(File.join(%w[Command-T ruby command-t])) do
`ruby extconf.rb`
`make`
end
}
]
@bundles_to_ignore = %w[developwithpassion]
Expand Down

0 comments on commit 511c10a

Please sign in to comment.