From ce0c6cb2ee35c16a1187e982795f66e3581188f3 Mon Sep 17 00:00:00 2001 From: Pavel Puchkin Date: Wed, 15 Aug 2012 11:30:20 +1100 Subject: [PATCH] vundle-clean command --- plugins/vundle/vundle.plugin.zsh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/vundle/vundle.plugin.zsh b/plugins/vundle/vundle.plugin.zsh index 005a58476..76e6353dd 100644 --- a/plugins/vundle/vundle.plugin.zsh +++ b/plugins/vundle/vundle.plugin.zsh @@ -21,3 +21,8 @@ function vundle-update () { vundle-init vim -c "execute \"BundleInstall!\" | q | q" } + +function vundle-clean () { + vundle-init + vim -c "execute \"BundleClean\" | q | q" +}