motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 90ef74fdddd84cb35104e6462fadc230901eb679 (tree)
parent ebc7ddac6d960619ee653622e87b9ebfa8c67a39
Author: Tim Pope <code@tpope.net>
Date:   Wed,  1 Sep 2021 18:40:20 -0400

Fix :Git difftool on Vim 7

Diffstat:
Mautoload/fugitive.vim | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim @@ -5115,7 +5115,6 @@ function! s:ToolItems(state, from, to, offsets, text, ...) abort endif call add(items, item) endfor - let diff = items[0:-2] let items[-1].context = {'diff': items[0:-2]} return [items[-1]] endfunction