silent! redraw is simpler
This commit is contained in:
parent
76ec644114
commit
36e4364b81
1 changed files with 1 additions and 1 deletions
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' : '') : ''
|
||||
|
|
Loading…
Reference in a new issue