Improve debug output
This commit is contained in:
parent
64b2170a1f
commit
179fe50edf
@ -195,9 +195,13 @@ function! sy#sign#process_diff(sy, vcs, diff) abort
|
|||||||
call feedkeys("\<c-l>")
|
call feedkeys("\<c-l>")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call sy#verbose('Signs updated. Disable other VCS.', a:vcs)
|
call sy#verbose('Signs updated.', a:vcs)
|
||||||
|
if len(a:sy.vcs) > 1
|
||||||
|
call sy#verbose('Disable all other VCS.', a:vcs)
|
||||||
let a:sy.vcs = [a:vcs]
|
let a:sy.vcs = [a:vcs]
|
||||||
let a:sy.updated_by = a:vcs
|
let a:sy.updated_by = a:vcs
|
||||||
|
endif
|
||||||
|
|
||||||
let a:sy.stats = [added, modified, deleted]
|
let a:sy.stats = [added, modified, deleted]
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user