commit 6ba88784a2391c343e8f947b2cb891752e4e3c4f (tree)
parent e64870df9c91d976e3d6358df9b39d6834c4ce8e
Author: Tim Pope <code@tpope.net>
Date: Sun, 24 Oct 2010 17:52:24 -0400
Add :Gvdiff alias for :Gdiff
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim
@@ -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!