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() function! s:diff_off_all()
for nr in range(1,winnr('$')) for nr in range(1,winnr('$'))
if getwinvar(nr,'&diff') if getwinvar(nr,'&diff')
if winnr != winnr() if nr != winnr()
execute winnr.'wincmd w' execute nr.'wincmd w'
let restorewinnr = 1 let restorewinnr = 1
endif endif
execute nr.'wincmd w'
diffoff diffoff
if exists('restorewinnr') if exists('restorewinnr')
wincmd p wincmd p