mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 04:53:45 -05:00
Fix syntax error in autoload/fugitive.vim
The error was introduced in ed9e21fb9b
This commit is contained in:
@@ -5466,7 +5466,7 @@ function! s:ToolItems(state, from, to, offsets, text, ...) abort
|
|||||||
endif
|
endif
|
||||||
call add(items, item)
|
call add(items, item)
|
||||||
endfor
|
endfor
|
||||||
if get(offsets, 0, 0) >= 0
|
if get(a:offsets, 0, 0) >= 0
|
||||||
let items[-1].context = {'diff': items[0:-2]}
|
let items[-1].context = {'diff': items[0:-2]}
|
||||||
endif
|
endif
|
||||||
return [items[-1]]
|
return [items[-1]]
|
||||||
|
|||||||
Reference in New Issue
Block a user