From 6ba88784a2391c343e8f947b2cb891752e4e3c4f Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 24 Oct 2010 17:52:24 -0400 Subject: [PATCH] Add :Gvdiff alias for :Gdiff --- plugin/fugitive.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 43827c0..e63a4ea 100644 --- 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(0,)") +call s:command("-bar -nargs=? -complete=customlist,s:EditComplete Gvdiff :execute s:Diff(0,)") augroup fugitive_diff autocmd!