mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
parent
36973defbd
commit
76e9076ef4
3
plug.vim
3
plug.vim
@ -660,7 +660,7 @@ function! s:switch_out(...)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:finish_bindings()
|
function! s:finish_bindings()
|
||||||
nnoremap <silent> <buffer> R :silent! call <SID>retry()<cr>
|
nnoremap <silent> <buffer> R :call <SID>retry()<cr>
|
||||||
nnoremap <silent> <buffer> D :PlugDiff<cr>
|
nnoremap <silent> <buffer> D :PlugDiff<cr>
|
||||||
nnoremap <silent> <buffer> S :PlugStatus<cr>
|
nnoremap <silent> <buffer> S :PlugStatus<cr>
|
||||||
nnoremap <silent> <buffer> U :call <SID>status_update()<cr>
|
nnoremap <silent> <buffer> U :call <SID>status_update()<cr>
|
||||||
@ -812,6 +812,7 @@ function! s:retry()
|
|||||||
if empty(s:update.errors)
|
if empty(s:update.errors)
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
|
echo
|
||||||
call s:update_impl(s:update.pull, s:update.force,
|
call s:update_impl(s:update.pull, s:update.force,
|
||||||
\ extend(copy(s:update.errors), [s:update.threads]))
|
\ extend(copy(s:update.errors), [s:update.threads]))
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
Reference in New Issue
Block a user