Fix <C-W><C-O> in diff below :Gstatus
I'll admit I can't remember the original purpose of this code. Closes #66.
This commit is contained in:
parent
f5b50f822b
commit
381b275bc9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user