mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 03:00:06 +08:00
commit
c01ee8c6e1
@ -124,7 +124,7 @@ warn () {
|
||||
|
||||
# echo_with_color {{{
|
||||
echo_with_color () {
|
||||
printf '%b\n' "$1$2" >&2
|
||||
printf '%b\n' "$1$2$Color_off" >&2
|
||||
}
|
||||
# }}}
|
||||
|
||||
|
@ -124,7 +124,7 @@ warn () {
|
||||
|
||||
# echo_with_color {{{
|
||||
echo_with_color () {
|
||||
printf '%b\n' "$1$2" >&2
|
||||
printf '%b\n' "$1$2$Color_off" >&2
|
||||
}
|
||||
# }}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user