Merge pull request #215 from mt3/master

Closes #206: alias `BundleUpdate` to `BundleInstall!`
This commit is contained in:
gmarik 2012-11-29 08:54:02 -08:00
commit c9d9714539

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