Commit 63cfade9 authored by Marcel Siegert's avatar Marcel Siegert Committed by Robby Russell
Browse files

Prepend function keyword in colored-man-pages plugin (#6238)

Resolves: #6237
parent 1fca822a
......@@ -16,7 +16,7 @@ EOF
fi
fi
man() {
function man() {
env \
LESS_TERMCAP_mb=$(printf "\e[1;31m") \
LESS_TERMCAP_md=$(printf "\e[1;31m") \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment