Skip to content

Commit

Permalink
Using a new source for molokai
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor committed Feb 13, 2011
1 parent 03a3952 commit 831a322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -192,7 +192,7 @@ vim_plugin_task "janus_themes" do
end

vim_plugin_task "molokai" do
sh "curl http://www.vim.org/scripts/download_script.php?src_id=9750 > colors/molokai.vim"
sh "curl https://github.com/mrtazz/molokai.vim/blob/master/colors/molokai.vim > colors/molokai.vim"
end
vim_plugin_task "mustache" do
sh "curl https://github.com/defunkt/mustache/raw/master/contrib/mustache.vim > syntax/mustache.vim"
Expand Down

0 comments on commit 831a322

Please sign in to comment.