Stylistic change
This commit is contained in:
parent
1499f548a2
commit
22515a370c
@ -68,7 +68,7 @@ function! sy#start(path) abort
|
|||||||
|
|
||||||
" update signs
|
" update signs
|
||||||
else
|
else
|
||||||
let [ _, diff ] = sy#repo#get_diff_{g:sy[a:path].type}(a:path)
|
let diff = sy#repo#get_diff_{g:sy[a:path].type}(a:path)[1]
|
||||||
if empty(diff)
|
if empty(diff)
|
||||||
call sy#sign#remove_all(a:path)
|
call sy#sign#remove_all(a:path)
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user