Fix incorrectly aliased VundleInstall command

This commit is contained in:
Keith Smiley 2014-03-31 18:09:00 -04:00
parent 90dd826199
commit e2bf911895

View File

@ -30,7 +30,7 @@ com! -nargs=0 PluginDocs
com! PluginUpdate PluginInstall!
" Vundle Aliases
com! -nargs=? -bang -complete=custom,vundle#scripts#complete VundleInstall PluginList<bang> <args>
com! -nargs=? -bang -complete=custom,vundle#scripts#complete VundleInstall PluginInstall<bang> <args>
com! -nargs=? -bang -complete=custom,vundle#scripts#complete VundleSearch PluginSearch<bang> <args>
com! -nargs=? -bang VundleClean PluginClean<bang>
com! -nargs=0 VundleDocs PluginDocs