mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 04:53:45 -05:00
Fix dropped quote of entries
This commit is contained in:
@@ -2922,7 +2922,7 @@ function! fugitive#BufReadStatus(...) abort
|
||||
|
||||
let unpushed_push = s:QueryLogRange(push_ref ==# pull_ref ? '' : push_ref, head)
|
||||
if get(props, 'branch.ab') =~# '^+0 '
|
||||
let unpushed_pull = {'error': 0, 'overflow': 0, entries: []}
|
||||
let unpushed_pull = {'error': 0, 'overflow': 0, 'entries': []}
|
||||
else
|
||||
let unpushed_pull = s:QueryLogRange(pull_ref, head)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user