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!