vim gitcompare to the right

This commit is contained in:
Talia 2018-10-30 16:13:59 +01:00
parent 9320c6c57d
commit a51b6d43dc

2
vimrc
View file

@ -500,7 +500,7 @@ endfun
function! s:git_diff(...)
if a:0
split
vert bot split
call s:file_at_revision(a:1)
diffthis
au BufUnload <buffer> diffoff!