From 45710d15f9de5061dbb600c87e5e25421a76145e Mon Sep 17 00:00:00 2001 From: Devin Weaver Date: Tue, 26 Aug 2014 10:57:12 -0400 Subject: [PATCH] Update minirc to Plugin namespace --- test/minirc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/minirc.vim b/test/minirc.vim index 3c24395..1865544 100644 --- a/test/minirc.vim +++ b/test/minirc.vim @@ -3,6 +3,6 @@ syntax on filetype off set rtp+=~/.vim/bundle/Vundle.vim/ call vundle#rc() -Bundle 'gmarik/Vundle.vim' +Plugin 'gmarik/Vundle.vim' filetype plugin indent on