mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 14:23:51 -05:00
Fix :Git difftool on Vim 7
This commit is contained in:
@@ -5115,7 +5115,6 @@ function! s:ToolItems(state, from, to, offsets, text, ...) abort
|
|||||||
endif
|
endif
|
||||||
call add(items, item)
|
call add(items, item)
|
||||||
endfor
|
endfor
|
||||||
let diff = items[0:-2]
|
|
||||||
let items[-1].context = {'diff': items[0:-2]}
|
let items[-1].context = {'diff': items[0:-2]}
|
||||||
return [items[-1]]
|
return [items[-1]]
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user