mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Updating plugins -> Installing plugins
This commit is contained in:
parent
e117c264d2
commit
0c865ba6bf
2
plug.vim
2
plug.vim
@ -216,7 +216,7 @@ function! s:update_impl(pull, args)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
call s:prepare()
|
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)) .']')
|
call append(1, '['. s:lpad('', len(g:plugs)) .']')
|
||||||
normal! 2G
|
normal! 2G
|
||||||
redraw
|
redraw
|
||||||
|
Loading…
Reference in New Issue
Block a user