diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 2c8727a..578124f 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1357,9 +1357,6 @@ function! s:diffoff_all(dir) if exists('b:git_dir') && b:git_dir ==# a:dir call s:diffoff() endif - if exists('restorewinnr') - wincmd p - endif endif endfor endfunction