1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-12-19 05:51:57 +00:00

pull upstream changes from gitstatus

This commit is contained in:
romkatv 2019-03-07 10:38:08 +01:00
parent 0fc73235e7
commit cdf9e20087
2 changed files with 2 additions and 0 deletions

View file

@ -101,6 +101,8 @@ function gitstatus_query() {
_gitstatus_process_response $name $timeout $req_id
[[ $VCS_STATUS_RESULT == *-async ]] || break
done
[[ $VCS_STATUS_RESULT != tout || -n $callback ]]
}
typeset -fH _gitstatus_process_response() {