diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index decfd26..79a2916 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1124,10 +1124,13 @@ function! s:Diff(bang,...) abort if exists(':DiffGitCached') return 'DiffGitCached' elseif (!a:0 || a:1 == ':') && s:buffer().commit() =~# '^[0-1]\=$' && s:repo().git_chomp_in_tree('ls-files', '--unmerged', '--', s:buffer().path()) !=# '' + let nr = bufnr('') execute 'leftabove '.split.' `=fugitive#buffer().repo().translate(s:buffer().expand('':2''))`' + execute 'nnoremap dp :diffput '.nr.'' diffthis wincmd p execute 'rightbelow '.split.' `=fugitive#buffer().repo().translate(s:buffer().expand('':3''))`' + execute 'nnoremap dp :diffput '.nr.'' diffthis wincmd p diffthis