Created
June 24, 2014 05:34
-
-
Save kozo2/8ff8777f044e6608a12f to your computer and use it in GitHub Desktop.
update vim plugins under bundle/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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