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
|
||||
call vundle#scripts#setup_view()
|
||||
exec ':1'
|
||||
exec ':'.(len(a:headers) + 1)
|
||||
endf
|
||||
|
||||
func! s:fetch_scripts(to)
|
||||
|
Loading…
Reference in New Issue
Block a user