From cae6df72cf99cc7ae725978bcb7eb81bce816bdf Mon Sep 17 00:00:00 2001 From: gmarik Date: Sun, 28 Aug 2011 15:17:26 -0500 Subject: [PATCH] add minimal possible config - for testing purposes --- test/minirc.vim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/minirc.vim diff --git a/test/minirc.vim b/test/minirc.vim new file mode 100644 index 00000000..352d9bc7 --- /dev/null +++ b/test/minirc.vim @@ -0,0 +1,8 @@ +set nocompatible +syntax on +filetype off +set rtp+=~/.vim/bundle/vundle/ +call vundle#rc() +Bundle 'gmarik/vundle' +filetype plugin indent on +