Recognise 'R' flag
This commit is contained in:
parent
ff79586ace
commit
816cd8a54b
|
@ -117,6 +117,10 @@ function parse_git_status()
|
|||
((staged++))
|
||||
((modified++))
|
||||
;;
|
||||
'R '*)
|
||||
((staged++))
|
||||
((deleted++))
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue