Allow comments after Bundle declarations

- previous commit closes #13
This commit is contained in:
gmarik 2011-05-29 21:31:17 -05:00
parent d840b24072
commit bb402facfb

View File

@ -12,11 +12,12 @@ 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' Bundle 'gmarik/vundle' " Let Vundle manage Vundle
" vim-scripts name " vim-scripts name
Bundle 'molokai' Bundle 'molokai'