zimfw/src/stage2/22_zimfw_print.zsh.erb

6 lines
75 B
Plaintext

_zimfw_print() {
if (( _zprintlevel > 0 )); then
print "${@}"
fi
}