Updating plugins -> Installing plugins

This commit is contained in:
Junegunn Choi 2013-09-24 12:47:47 +09:00
parent e117c264d2
commit 0c865ba6bf

View File

@ -216,7 +216,7 @@ function! s:update_impl(pull, args)
endif
call s:prepare()
call append(0, 'Updating plugins')
call append(0, a:pull ? 'Updating plugins' : 'Installing plugins')
call append(1, '['. s:lpad('', len(g:plugs)) .']')
normal! 2G
redraw