mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-08 11:33:47 -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
|
||||
call add(items, item)
|
||||
endfor
|
||||
if get(offsets, 0, 0) >= 0
|
||||
if get(a:offsets, 0, 0) >= 0
|
||||
let items[-1].context = {'diff': items[0:-2]}
|
||||
endif
|
||||
return [items[-1]]
|
||||
|
||||
Reference in New Issue
Block a user