tylerFowler / vim-pathogen-update

Updates your Vim Pathogen bundles using git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim Pathogen Update

Finds your vim bundle directory at ~/.vim/bundle and updates every package using git

Installation

Assumes you've cloned this repo somewhere

ln -s $this_git_repo/update-bundles /usr/local/bin/update-bundles

Usage

update-bundles

Extended Usage

If your bundle directory is at a nonstandard location you may also specify a bundle path in an argument

update-bundles ~/my-bundle-path

License

See LICENSE

About

Updates your Vim Pathogen bundles using git

License:MIT License


Languages

Language:Shell 100.0%