Add 'AM' to the list of supported flags
This commit is contained in:
parent
56cde54431
commit
0292970486
|
@ -105,7 +105,7 @@ function parse_git_status()
|
|||
'?? '*)
|
||||
((untracked++))
|
||||
;;
|
||||
'MM '*)
|
||||
'MM '*|'AM '*)
|
||||
((staged++))
|
||||
((modified++))
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue