feat: add typechange to git_status module (#4829)

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
Chad Denyar
2023-04-13 15:02:08 -04:00
committed by GitHub
parent b2f902b3e9
commit edb96cad58
4 changed files with 102 additions and 3 deletions
+5
View File
@@ -617,6 +617,7 @@
"staged": "+",
"stashed": "\\$",
"style": "red bold",
"typechanged": "",
"untracked": "?",
"up_to_date": ""
},
@@ -3284,6 +3285,10 @@
"default": "?",
"type": "string"
},
"typechanged": {
"default": "",
"type": "string"
},
"ignore_submodules": {
"default": false,
"type": "boolean"