diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index c880351..65e6665 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1759,7 +1759,7 @@ function! s:Diff(vert,...) abort let winnr = winnr() if getwinvar('#', '&diff') wincmd p - call feedkeys("\p", 'n') + call feedkeys(winnr."\w", 'n') endif return '' catch /^fugitive:/