Browse Source

goto first line when viewing result

pull/73/head
gmarik 15 years ago
parent
commit
45e9e7091b
2 changed files with 1 additions and 1 deletions
  1. +0
    -1
      autoload/vundle/installer.vim
  2. +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 1m


+ 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)


Loading…
Cancel
Save