feat(git): support DA state, fix(#1822): test directory capable of watching before presenting it (#1905)

* fix(#1822): test directory capable of watching before presenting it (#1901)

* feat(git): support `DA` state

Co-authored-by: Alexander Courtis <alex@courtis.org>
This commit is contained in:
gegoune
2023-01-10 03:32:53 +01:00
committed by GitHub
parent ccb6d8a518
commit 3ce0a8e770
4 changed files with 35 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ local function build_icons_table(i)
["UA"] = { icons.unmerged },
[" D"] = { icons.deleted },
["D "] = { icons.deleted },
["DA"] = { icons.unstaged },
["RD"] = { icons.deleted },
["DD"] = { icons.deleted },
["DU"] = { icons.deleted, icons.unmerged },