Place cursor on the 2nd line during PlugClean
This commit is contained in:
parent
0c1744a819
commit
ae6f3254d8
1 changed files with 1 additions and 0 deletions
1
plug.vim
1
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue