Revert "Allow comments after Bundle declarations"

This reverts commit bb402facfb.
This commit is contained in:
gmarik 2011-05-31 19:01:59 -05:00
parent 66a6de721d
commit c2289ba55c

View File

@ -12,12 +12,11 @@ syntax on
runtime macros/matchit.vim runtime macros/matchit.vim
exec 'set rtp+='.root.'/vundle' exec 'set rtp+='.root.'/vundle'
" set rtp+=~/.vim/bundle/vundle
call vundle#rc(root) call vundle#rc(root)
Bundle 'gmarik/vundle' " Let Vundle manage Vundle Bundle 'gmarik/vundle'
" vim-scripts name " vim-scripts name
Bundle 'molokai' Bundle 'molokai'