From c2289ba55cf2dc2880b6b7d084430f9834d1026e Mon Sep 17 00:00:00 2001 From: gmarik Date: Tue, 31 May 2011 19:01:59 -0500 Subject: [PATCH] Revert "Allow comments after Bundle declarations" This reverts commit bb402facfb8b8029b0a9d0abb1560abbf168c7b0. --- test/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/vimrc b/test/vimrc index 91d0910..a4f252e 100644 --- a/test/vimrc +++ b/test/vimrc @@ -12,12 +12,11 @@ syntax on runtime macros/matchit.vim exec 'set rtp+='.root.'/vundle' -" set rtp+=~/.vim/bundle/vundle call vundle#rc(root) -Bundle 'gmarik/vundle' " Let Vundle manage Vundle +Bundle 'gmarik/vundle' " vim-scripts name Bundle 'molokai'