Add 'AM' to the list of supported flags

This commit is contained in:
xylous 2022-01-29 11:09:25 +02:00
parent 56cde54431
commit 0292970486
No known key found for this signature in database
GPG Key ID: A9E6DA43F5E78D24

View File

@ -105,7 +105,7 @@ function parse_git_status()
'?? '*)
((untracked++))
;;
'MM '*)
'MM '*|'AM '*)
((staged++))
((modified++))
;;