From bb402facfb8b8029b0a9d0abb1560abbf168c7b0 Mon Sep 17 00:00:00 2001 From: gmarik Date: Sun, 29 May 2011 21:31:17 -0500 Subject: [PATCH] Allow comments after Bundle declarations - previous commit closes #13 --- test/vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/vimrc b/test/vimrc index a4f252e..91d0910 100644 --- a/test/vimrc +++ b/test/vimrc @@ -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'