commit
2a0c1d7b92
@ -16,8 +16,12 @@ function vundle () {
|
|||||||
vim -c "execute \"BundleInstall\" | q | q"
|
vim -c "execute \"BundleInstall\" | q | q"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function vundle-update () {
|
function vundle-update () {
|
||||||
vundle-init
|
vundle-init
|
||||||
vim -c "execute \"BundleInstall!\" | q | q"
|
vim -c "execute \"BundleInstall!\" | q | q"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function vundle-clean () {
|
||||||
|
vundle-init
|
||||||
|
vim -c "execute \"BundleClean!\" | q | q"
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user