Browse Source

put cursor on the next line after headers

pull/75/head
gmarik 15 years ago
parent
commit
fbf63ef617
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/scripts.vim

+ 1
- 1
autoload/vundle/scripts.vim 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)


Loading…
Cancel
Save