put cursor on the next line after headers
This commit is contained in:
@@ -68,7 +68,7 @@ func! vundle#scripts#view(title, headers, results)
|
|||||||
|
|
||||||
setl ft=vundle
|
setl ft=vundle
|
||||||
call vundle#scripts#setup_view()
|
call vundle#scripts#setup_view()
|
||||||
exec ':1'
|
exec ':'.(len(a:headers) + 1)
|
||||||
endf
|
endf
|
||||||
|
|
||||||
func! s:fetch_scripts(to)
|
func! s:fetch_scripts(to)
|
||||||
|
|||||||
Reference in New Issue
Block a user