commenting

This commit is contained in:
gmarik 2011-08-07 22:56:41 -05:00
parent 8a77bbfa35
commit e8c962156c
2 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,8 @@ func! vundle#installer#new(bang, ...) abort
redraw!
exec ':norm '.(a:bang ? 'I' : 'i')
sleep 1m
exec ":+1"
" goto next one
exec ':+1'
endfor
redraw!

View File

@ -68,6 +68,7 @@ func! vundle#scripts#view(title, headers, results)
setl ft=vundle
call vundle#scripts#setup_view()
" goto first line after headers
exec ':'.(len(a:headers) + 1)
endf