Fix deleted files not being tracked

This commit is contained in:
xylous 2022-01-21 16:04:20 +02:00
parent 19e8c3b5ff
commit 3f5f9f4e97
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 '*)
((deleted++))
;;
'?? '*)