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
Rename Event according to Vim conventions
events
gmarik
15 years ago
parent
affcdbbee4
commit
d4eb8c3545
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
autoload/vundle.vim
+1
-1
autoload/vundle/installer.vim
+ 2
- 2
autoload/vundle.vim
View File
@ -36,6 +36,6 @@ endf
augroup
bundle
#
command
-
t
au
!
au
User
PreInstall
echo
'ok'
au
User
PostInstall
!
cd
ruby
/
command
-
t
&&
ruby
extconf
.
rb
&&
make
clean
&&
make
au
User
BundleInstallPre
echo
'ok'
au
User
BundleInstallPost
!
cd
ruby
/
command
-
t
&&
ruby
extconf
.
rb
&&
make
clean
&&
make
augroup
END
+ 1
- 1
autoload/vundle/installer.vim
View File
@ -79,7 +79,7 @@ func! s:sync(bang, bundle) abort
if
0
<
=
index
(
s
:
load_augroups
(
)
,
aug_name
)
lcd
`
=
a
:
bundle
.
path
(
)
`
exec
'doautocmd '
.
l
:
aug_name
.
' User
PostInstall
'
exec
'doautocmd '
.
l
:
aug_name
.
' User
BundleInstallPost
'
lcd
`
=
cwd
`
endif
Write
Preview
Loading…
Cancel
Save