Browse Source

test plugin

events
gmarik 15 years ago
parent
commit
124c5abb85
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      test/plugin/test_plugin.vim
  2. +3
    -0
      test/vimrc

+ 3
- 0
test/plugin/test_plugin.vim View File

@ -0,0 +1,3 @@
func! g:vundle_test_plugin()
return 'ok'
endf

+ 3
- 0
test/vimrc View File

@ -30,6 +30,9 @@ Bundle 'github:mattn/gist-vim.git'
Bundle '~/Dropbox/.gitrepos/utilz.vim.git' Bundle '~/Dropbox/.gitrepos/utilz.vim.git'
" Bundle 'file://Dropbox/.gitrepos/utilz.vim.git' " Bundle 'file://Dropbox/.gitrepos/utilz.vim.git'
" nosync
Bundle! '~/.vim/vundle.git/test/'
" with options " with options
Bundle 'rstacruz/sparkup.git', {'rtp': 'vim/'} Bundle 'rstacruz/sparkup.git', {'rtp': 'vim/'}


Loading…
Cancel
Save