start from current line
This commit is contained in:
parent
fbf63ef617
commit
8a77bbfa35
@ -10,10 +10,10 @@ func! vundle#installer#new(bang, ...) abort
|
||||
sleep 1m
|
||||
|
||||
for l in range(1,len(names))
|
||||
exec ":+1"
|
||||
redraw!
|
||||
exec ':norm '.(a:bang ? 'I' : 'i')
|
||||
sleep 1m
|
||||
exec ":+1"
|
||||
endfor
|
||||
|
||||
redraw!
|
||||
|
Loading…
Reference in New Issue
Block a user