Skip to content

Commit

Permalink
Remove Plugins command
Browse files Browse the repository at this point in the history
It's a duplicate of the PluginSearch command.

Fixes VundleVim#428
  • Loading branch information
jdevera committed Apr 10, 2014
1 parent 87e5a19 commit 50fe09c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions autoload/vundle.vim
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ com! -nargs=? -bang -complete=custom,vundle#scripts#complete PluginInstall
com! -nargs=? -bang -complete=custom,vundle#scripts#complete PluginSearch
\ call vundle#scripts#all('!' == '<bang>', <q-args>)

com! -nargs=? -bang -complete=custom,vundle#scripts#complete Plugins
\ call vundle#scripts#all('!' == '<bang>', <q-args>)

com! -nargs=0 -bang PluginList
\ call vundle#installer#list('!' == '<bang>')

Expand All @@ -40,7 +37,6 @@ com! VundleUpdate Plugi
com! -nargs=+ Bundle call vundle#config#bundle(<args>)
com! -nargs=? -bang -complete=custom,vundle#scripts#complete BundleInstall PluginInstall<bang> <args>
com! -nargs=? -bang -complete=custom,vundle#scripts#complete BundleSearch PluginSearch<bang> <args>
com! -nargs=? -bang -complete=custom,vundle#scripts#complete Bundles Plugins<bang> <args>
com! -nargs=0 -bang BundleList PluginList<bang>
com! -nargs=? -bang BundleClean PluginClean<bang>
com! -nargs=0 BundleDocs PluginDocs
Expand Down

0 comments on commit 50fe09c

Please sign in to comment.