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/'}