Place cursor on the 2nd line during PlugClean

This commit is contained in:
Junegunn Choi 2014-04-08 21:32:29 +09:00
parent 0c1744a819
commit ae6f3254d8

View File

@ -651,6 +651,7 @@ function! s:clean(force)
endif
let cnt += 1
call s:progress_bar(2, repeat('=', cnt), total)
normal! 2G
redraw
endfor