view Rakefile @ 14:09c60bc0fc38

Add vim-textmanip for visual block dragging
author zegervdv <zegervdv@me.com>
date Mon, 10 Mar 2014 20:37:14 +0100
parents 2aefbda3f774
children 17afab9bd228
line wrap: on
line source

require 'rake'


desc 'Update plugins'
task :update do
  sh 'git submodule foreach git checkout master'
  sh 'git submodule foreach git pull --rebase'
end