mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 12:53:52 -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)
|
let unpushed_push = s:QueryLogRange(push_ref ==# pull_ref ? '' : push_ref, head)
|
||||||
if get(props, 'branch.ab') =~# '^+0 '
|
if get(props, 'branch.ab') =~# '^+0 '
|
||||||
let unpushed_pull = {'error': 0, 'overflow': 0, entries: []}
|
let unpushed_pull = {'error': 0, 'overflow': 0, 'entries': []}
|
||||||
else
|
else
|
||||||
let unpushed_pull = s:QueryLogRange(pull_ref, head)
|
let unpushed_pull = s:QueryLogRange(pull_ref, head)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user