From e954d364f5cbbff47b7a0626f4339aad9e5279d2 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Fri, 5 Nov 2010 19:45:08 -0400 Subject: [PATCH] Rename :Ghdiff to :Gsdiff --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 3f666b0..310da52 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1009,7 +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,)") +call s:command("-bar -nargs=? -complete=customlist,s:EditComplete Gsdiff :execute s:Diff(1,)") augroup fugitive_diff autocmd!