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 '*)
|
||||
((staged++))
|
||||
;;
|
||||
'D '*)
|
||||
'D '*|' D '*)
|
||||
((deleted++))
|
||||
;;
|
||||
'?? '*)
|
||||
|
|
Loading…
Reference in New Issue