This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Vundle.vim
mirror of
https://github.com/VundleVim/Vundle.vim.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
test plugin
events
gmarik
15 years ago
parent
9269d818f4
commit
124c5abb85
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
test/plugin/test_plugin.vim
+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 'file://Dropbox/.gitrepos/utilz.vim.git'
" nosync
Bundle
!
'~/.vim/vundle.git/test/'
" with options
Bundle
'rstacruz/sparkup.git'
,
{
'rtp'
:
'vim/'
}
Write
Preview
Loading…
Cancel
Save