Skip to content

Commit

Permalink
Merge pull request #3798 from dnixx/vundle-update
Browse files Browse the repository at this point in the history
Use the newest Vundle commands
  • Loading branch information
robbyrussell committed Jun 15, 2015
2 parents 5fba46a + 7f0b577 commit 058def3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/vundle/vundle.plugin.zsh
Expand Up @@ -13,15 +13,15 @@ function vundle-init () {

function vundle () {
vundle-init
vim -c "execute \"BundleInstall\" | q | q"
vim -c "execute \"PluginInstall\" | q | q"
}

function vundle-update () {
vundle-init
vim -c "execute \"BundleInstall!\" | q | q"
vim -c "execute \"PluginInstall!\" | q | q"
}

function vundle-clean () {
vundle-init
vim -c "execute \"BundleClean!\" | q | q"
vim -c "execute \"PluginClean!\" | q | q"
}

0 comments on commit 058def3

Please sign in to comment.