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
Update minirc to Plugin namespace
pull/508/head
Devin Weaver
11 years ago
parent
0b28e334e6
commit
dbc36fcaae
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
test/minirc.vim
+ 3
- 2
test/minirc.vim
View File
@ -2,7 +2,8 @@ set nocompatible
syntax
on
filetype
off
set
rtp
+
=
~
/.vim/
bundle
/Vundle.vim/
call
vundle
#
rc
(
)
Bundle
'gmarik/Vundle.vim'
call
vundle
#
begin
(
)
Plugin
'gmarik/Vundle.vim'
call
vundle
#
end
(
)
filetype
plugin
indent
on
Write
Preview
Loading…
Cancel
Save