Recognise both types of 'Deleted' flags

This commit is contained in:
xylous 2022-01-22 18:13:31 +02:00
parent 7f00f81ae0
commit 56cde54431
No known key found for this signature in database
GPG Key ID: A9E6DA43F5E78D24

View File

@ -99,7 +99,7 @@ function parse_git_status()
'A '*|'M '*)
((staged++))
;;
'D '*)
'D '*|' D '*)
((deleted++))
;;
'?? '*)