Squashed 'gitstatus/' changes from 45489634e..ab1aea155

ab1aea155 remove "this command failed" message; it makes users to post truncated messages that are useless for debugging

git-subtree-dir: gitstatus
git-subtree-split: ab1aea155f051ecab8b70154f136eef81976dd25
pull/786/head
Roman Perepelitsa 4 years ago
parent 86d980cdb5
commit 094d1b3a47

@ -735,7 +735,7 @@ function gitstatus_start"${1:-}"() {
print -Pru2 -- " Zsh log (%U${xtrace//\%/%%}%u):"
print -Pru2 -- '%F{yellow}'
print -lru2 -- "${(@)${(@f)$(<$xtrace)}/#/ }"
print -Pru2 -- " %F{red}^ this command failed ($err)%f"
print -Pnru2 -- '%f'
fi
if [[ -s $daemon_log ]]; then
print -ru2 -- ''

Loading…
Cancel
Save