Added alias 'BundleUpdate' for 'BundleInstall!'.

'BundleUpdate' is a more intuitive and explicit command, whereas 'BundleInstall!' isn't.
This commit is contained in:
mt3 2012-09-12 18:07:38 -07:00
parent 3bf598d169
commit a6066d641b

View File

@ -25,6 +25,8 @@ com! -nargs=? -bang BundleClean
com! -nargs=0 BundleDocs com! -nargs=0 BundleDocs
\ call vundle#installer#helptags(g:bundles) \ call vundle#installer#helptags(g:bundles)
" Aliases
com! BundleUpdate BundleInstall!
if (has('signs')) if (has('signs'))
sign define Vu_error text=! texthl=Error sign define Vu_error text=! texthl=Error