Fix git-prompt not resetting bold for untracked

This commit is contained in:
Kenneth Benzie 2018-10-15 11:48:23 +01:00
parent 8b099b103b
commit 352a1c3f12

View File

@ -187,7 +187,7 @@ int main() {
append(prompt, 3, "%{%F{1}%}-", inttostr(int_buf, deleted), "%{%f%}");
}
if (unmerged) {
append(prompt, 3, "%{%B%F{1}%}×", inttostr(int_buf, unmerged), "%{%f%}");
append(prompt, 3, "%{%B%F{1}%}×", inttostr(int_buf, unmerged), "%{%f%b%}");
}
if (untracked) {
append(prompt, 1, "%{%F{1}%}…%{%f%}");