Fix deleted files not being tracked
This commit is contained in:
parent
19e8c3b5ff
commit
3f5f9f4e97
|
@ -99,7 +99,7 @@ function parse_git_status()
|
|||
'A '*|'M '*)
|
||||
((staged++))
|
||||
;;
|
||||
' D '*)
|
||||
'D '*)
|
||||
((deleted++))
|
||||
;;
|
||||
'?? '*)
|
||||
|
|
Loading…
Reference in New Issue