From e398816da47aa706b2bf05b8a663a637d5b6f39c Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 17 Aug 2015 11:57:49 -0600 Subject: Changing to different plugin system --- bundle/Vundle.vim/test/minirc.vim | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 bundle/Vundle.vim/test/minirc.vim (limited to 'bundle/Vundle.vim/test/minirc.vim') diff --git a/bundle/Vundle.vim/test/minirc.vim b/bundle/Vundle.vim/test/minirc.vim deleted file mode 100644 index 7b48d13..0000000 --- a/bundle/Vundle.vim/test/minirc.vim +++ /dev/null @@ -1,9 +0,0 @@ -set nocompatible -syntax on -filetype off -set rtp+=~/.vim/bundle/Vundle.vim/ -call vundle#begin() -Plugin 'gmarik/Vundle.vim' -call vundle#end() -filetype plugin indent on - -- cgit v1.2.3