From a6066d641bc24428c1775409ab7fd1529a3199d1 Mon Sep 17 00:00:00 2001 From: mt3 Date: Wed, 12 Sep 2012 18:07:38 -0700 Subject: [PATCH] Added alias 'BundleUpdate' for 'BundleInstall!'. 'BundleUpdate' is a more intuitive and explicit command, whereas 'BundleInstall!' isn't. --- autoload/vundle.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoload/vundle.vim b/autoload/vundle.vim index 1ac74e1..0bc7bf5 100644 --- a/autoload/vundle.vim +++ b/autoload/vundle.vim @@ -25,6 +25,8 @@ com! -nargs=? -bang BundleClean com! -nargs=0 BundleDocs \ call vundle#installer#helptags(g:bundles) +" Aliases +com! BundleUpdate BundleInstall! if (has('signs')) sign define Vu_error text=! texthl=Error