From b3f38c4886fc46220e928f7626fb420b16e3fb12 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 24 Oct 2010 17:52:59 -0400 Subject: [PATCH] Add :Gvdiff and :Ghdiff aliases I haven't decided if this will become the preferred interface or not. --- plugin/fugitive.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index e63a4ea..fb25ce8 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1009,6 +1009,7 @@ endfunction call s:command("-bang -bar -nargs=? -complete=customlist,s:EditComplete Gdiff :execute s:Diff(0,)") call s:command("-bar -nargs=? -complete=customlist,s:EditComplete Gvdiff :execute s:Diff(0,)") +call s:command("-bar -nargs=? -complete=customlist,s:EditComplete Ghdiff :execute s:Diff(1,)") augroup fugitive_diff autocmd!