Fix blind copy/paste

This commit is contained in:
Tim Pope
2010-11-13 20:15:26 -05:00
parent 22a832f958
commit a5e9b2e93e

View File

@@ -1028,11 +1028,10 @@ endfunction
function! s:diff_off_all()
for nr in range(1,winnr('$'))
if getwinvar(nr,'&diff')
if winnr != winnr()
execute winnr.'wincmd w'
if nr != winnr()
execute nr.'wincmd w'
let restorewinnr = 1
endif
execute nr.'wincmd w'
diffoff
if exists('restorewinnr')
wincmd p