From 1c76a83d480bcfbe9df7b371602f52750f052a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Thu, 14 Jan 2021 16:54:17 +0100 Subject: [PATCH] Add missing Ggpull vim command --- symlinks/vim/plugin/fugitive.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/symlinks/vim/plugin/fugitive.vim b/symlinks/vim/plugin/fugitive.vim index 4ddecc2..6838adc 100644 --- a/symlinks/vim/plugin/fugitive.vim +++ b/symlinks/vim/plugin/fugitive.vim @@ -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()