Browse Source

commenting

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

+ 2
- 1
autoload/vundle/installer.vim 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!


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


Loading…
Cancel
Save