Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created June 24, 2014 05:34
Show Gist options
  • Save kozo2/8ff8777f044e6608a12f to your computer and use it in GitHub Desktop.
Save kozo2/8ff8777f044e6608a12f to your computer and use it in GitHub Desktop.
update vim plugins under bundle/
from paver.easy import *
from paver.git import pull
@task
def gp():
current = path("./")
for lib_dir in current.dirs():
pull(lib_dir)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment