Recognise 'R' flag

This commit is contained in:
xylous 2022-04-09 19:34:47 +03:00
parent ff79586ace
commit 816cd8a54b
No known key found for this signature in database
GPG Key ID: A9E6DA43F5E78D24

View File

@ -117,6 +117,10 @@ function parse_git_status()
((staged++))
((modified++))
;;
'R '*)
((staged++))
((deleted++))
;;
esac
done