Skip to content

Commit

Permalink
colorhex toegevoegd
Browse files Browse the repository at this point in the history
  • Loading branch information
caifara committed May 16, 2011
1 parent 29b4c28 commit 79e8412
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
Expand Up @@ -156,7 +156,6 @@ vim_plugin_task "gist-vim", "git://github.com/mattn/gist-vim.git"
vim_plugin_task "tail bundle", "http://www.vim.org/scripts/download_script.php?src_id=7685"
vim_plugin_task "specky", "http://www.vim.org/scripts/download_script.php?src_id=14615"
vim_plugin_task "autoclose", "git://github.com/vim-scripts/AutoClose.git"
vim_plugin_task "colorsel", "http://www.vim.org/scripts/download_script.php?src_id=15488"

vim_plugin_task "hammer", "git://github.com/robgleeson/hammer.vim.git" do
sh "gem install github-markup redcarpet"
Expand Down Expand Up @@ -233,6 +232,10 @@ vim_plugin_task "simplefold" do
sh "curl http://www.vim.org/scripts/download_script.php?src_id=7003 > plugin/SimpleFold.vim"
end

vim_plugin_task "colorHex" do
sh "curl http://2manyvariables.inmachina.com/static/colorx.vim > plugin/colorx.vim"
end

if File.exists?(janus = File.expand_path("~/.janus.rake"))
puts "Loading your custom rake file"
import(janus)
Expand Down

0 comments on commit 79e8412

Please sign in to comment.