Browse Source

Allow comments after Bundle declarations

- previous commit closes #13
pull/53/head
gmarik 15 years ago
parent
commit
bb402facfb
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      test/vimrc

+ 2
- 1
test/vimrc View File

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


Loading…
Cancel
Save