pull/670/merge
Christophe Aguettaz 2017-05-27 09:50:38 +00:00 committed by GitHub
commit 7c8790979b
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ function git_status_summary {
if (!seen_header) {
print
}
print untracked "\t" unstaged "\t" staged
print untracked + 0 "\t" unstaged + 0 "\t" staged + 0
}'
}