put cursor on the next line after headers
This commit is contained in:
parent
42f5825f70
commit
fbf63ef617
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user