Allow comments after Bundle declarations

This commit is contained in:
Dmitri Iouchtchenko 2011-05-29 20:07:17 -04:00
parent 06088de231
commit d840b24072

View File

@ -4,7 +4,7 @@
" Readme: http://github.com/gmarik/vundle/blob/master/README.md " Readme: http://github.com/gmarik/vundle/blob/master/README.md
" Version: 0.8 " Version: 0.8
com! -nargs=+ Bundle com! -nargs=+ -bar Bundle
\ call vundle#config#bundle(<args>) \ call vundle#config#bundle(<args>)
com! -nargs=? -bang -complete=custom,vundle#scripts#complete BundleInstall com! -nargs=? -bang -complete=custom,vundle#scripts#complete BundleInstall