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
goto first line when viewing result
pull/73/head
gmarik
15 years ago
parent
4218a57934
commit
45e9e7091b
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
autoload/vundle/installer.vim
+1
-0
autoload/vundle/scripts.vim
+ 0
- 1
autoload/vundle/installer.vim
View File
@ -6,7 +6,6 @@ func! vundle#installer#new(bang, ...) abort
let
names
=
map
(
copy
(
bundles
)
,
'v:val.name_spec'
)
call
vundle
#
scripts
#
view
(
'Installer'
,
[
'" Installing'
]
,
names
)
exec
":1"
redraw
!
sleep
1
m
+ 1
- 0
autoload/vundle/scripts.vim
View File
@ -68,6 +68,7 @@ func! vundle#scripts#view(title, headers, results)
setl
ft
=
vundle
call
vundle
#
scripts
#
setup_view
(
)
exec
':1'
endf
func
!
s
:
fetch_scripts
(
to
)
Write
Preview
Loading…
Cancel
Save