mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-19 14:01:57 +00:00
pull upstream changes from gitstatus
This commit is contained in:
parent
0fc73235e7
commit
cdf9e20087
2 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -101,6 +101,8 @@ function gitstatus_query() {
|
||||||
_gitstatus_process_response $name $timeout $req_id
|
_gitstatus_process_response $name $timeout $req_id
|
||||||
[[ $VCS_STATUS_RESULT == *-async ]] || break
|
[[ $VCS_STATUS_RESULT == *-async ]] || break
|
||||||
done
|
done
|
||||||
|
|
||||||
|
[[ $VCS_STATUS_RESULT != tout || -n $callback ]]
|
||||||
}
|
}
|
||||||
|
|
||||||
typeset -fH _gitstatus_process_response() {
|
typeset -fH _gitstatus_process_response() {
|
||||||
|
|
Loading…
Reference in a new issue