Added alias 'BundleUpdate' for 'BundleInstall!'.
'BundleUpdate' is a more intuitive and explicit command, whereas 'BundleInstall!' isn't.
This commit is contained in:
parent
3bf598d169
commit
a6066d641b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user