From 124c5abb85ebe280da5e3715f5cc61fb90b3db4f Mon Sep 17 00:00:00 2001 From: gmarik Date: Tue, 3 May 2011 00:58:11 -0500 Subject: [PATCH] test plugin --- test/plugin/test_plugin.vim | 3 +++ test/vimrc | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 test/plugin/test_plugin.vim diff --git a/test/plugin/test_plugin.vim b/test/plugin/test_plugin.vim new file mode 100644 index 0000000..98db346 --- /dev/null +++ b/test/plugin/test_plugin.vim @@ -0,0 +1,3 @@ +func! g:vundle_test_plugin() + return 'ok' +endf diff --git a/test/vimrc b/test/vimrc index 8f78c53..32cebb0 100644 --- a/test/vimrc +++ b/test/vimrc @@ -30,6 +30,9 @@ Bundle 'github:mattn/gist-vim.git' Bundle '~/Dropbox/.gitrepos/utilz.vim.git' " Bundle 'file://Dropbox/.gitrepos/utilz.vim.git' +" nosync +Bundle! '~/.vim/vundle.git/test/' + " with options Bundle 'rstacruz/sparkup.git', {'rtp': 'vim/'}