Add missing Ggpull vim command

pull/1/head
Ensar Sarajčić 2021-01-14 16:54:17 +01:00
parent 6b54e1eec6
commit 1c76a83d48
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ function! s:CheckoutBranch(branch)
endfunction
command! -nargs=0 Ggpush :call s:PushOrigin()
command! -nargs=0 Ggpull :call s:PullOrigin()
command! -nargs=0 Gpropen :call s:OpenNewPr()
command! -nargs=0 Gpr Gpropen
command! -nargs=0 Gprprint :call s:PrintPrUrl()