Recognise both types of 'Deleted' flags
This commit is contained in:
parent
7f00f81ae0
commit
56cde54431
|
@ -99,7 +99,7 @@ function parse_git_status()
|
||||||
'A '*|'M '*)
|
'A '*|'M '*)
|
||||||
((staged++))
|
((staged++))
|
||||||
;;
|
;;
|
||||||
'D '*)
|
'D '*|' D '*)
|
||||||
((deleted++))
|
((deleted++))
|
||||||
;;
|
;;
|
||||||
'?? '*)
|
'?? '*)
|
||||||
|
|
Loading…
Reference in New Issue