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:
Tim Pope 2012-08-28 13:25:13 -04:00
parent f5b50f822b
commit 381b275bc9

View File

@ -1357,9 +1357,6 @@ function! s:diffoff_all(dir)
if exists('b:git_dir') && b:git_dir ==# a:dir if exists('b:git_dir') && b:git_dir ==# a:dir
call s:diffoff() call s:diffoff()
endif endif
if exists('restorewinnr')
wincmd p
endif
endif endif
endfor endfor
endfunction endfunction