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