put cursor on the next line after headers

This commit is contained in:
gmarik 2011-08-07 22:30:18 -05:00
parent 42f5825f70
commit fbf63ef617

View File

@ -68,7 +68,7 @@ func! vundle#scripts#view(title, headers, results)
setl ft=vundle
call vundle#scripts#setup_view()
exec ':1'
exec ':'.(len(a:headers) + 1)
endf
func! s:fetch_scripts(to)