mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-07 09:34:25 +08:00
silent! redraw is simpler
This commit is contained in:
2
plug.vim
2
plug.vim
@@ -764,7 +764,7 @@ function! s:update_impl(pull, force, args) abort
|
||||
call s:prepare()
|
||||
call append(0, ['', ''])
|
||||
normal! 2G
|
||||
try | redraw | catch | endtry
|
||||
silent! redraw
|
||||
|
||||
let s:clone_opt = get(g:, 'plug_shallow', 1) ?
|
||||
\ '--depth 1' . (s:git_version_requirement(1, 7, 10) ? ' --no-single-branch' : '') : ''
|
||||
|
||||
Reference in New Issue
Block a user