Override status.short configuration
Git allows the "status.short" configuration to implicitly pass `--short` to git-status. Override that value so that we see "long" status format.
This commit is contained in:
parent
6f5fd2add0
commit
545578538c
@ -2115,6 +2115,7 @@ function! s:BufReadIndex() abort
|
|||||||
let cmd = s:repo().git_command(
|
let cmd = s:repo().git_command(
|
||||||
\ '-c', 'status.displayCommentPrefix=true',
|
\ '-c', 'status.displayCommentPrefix=true',
|
||||||
\ '-c', 'color.status=false',
|
\ '-c', 'color.status=false',
|
||||||
|
\ '-c', 'status.short=false',
|
||||||
\ 'status')
|
\ 'status')
|
||||||
endif
|
endif
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user