Add :Gvdiff alias for :Gdiff

This commit is contained in:
Tim Pope 2010-10-24 17:52:24 -04:00
parent e64870df9c
commit 6ba88784a2

View File

@ -1008,6 +1008,7 @@ endfunction
" Gdiff {{{1
call s:command("-bang -bar -nargs=? -complete=customlist,s:EditComplete Gdiff :execute s:Diff(<bang>0,<f-args>)")
call s:command("-bar -nargs=? -complete=customlist,s:EditComplete Gvdiff :execute s:Diff(0,<f-args>)")
augroup fugitive_diff
autocmd!