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
Merge pull request
#508
from sukima/patch-1
Update minirc to Plugin* commands with #begin and #end
pull/468/head
Jacobo de Vera
11 years ago
parent
92a66df592
dbc36fcaae
commit
a39790b5e7
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