diff --git a/plug.vim b/plug.vim index 386f23d..9c23f59 100644 --- a/plug.vim +++ b/plug.vim @@ -651,6 +651,7 @@ function! s:clean(force) endif let cnt += 1 call s:progress_bar(2, repeat('=', cnt), total) + normal! 2G redraw endfor