goto first line when viewing result
This commit is contained in:
parent
4218a57934
commit
45e9e7091b
@ -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 1m
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user