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

Resolves: #6237
This commit is contained in:
Marcel Siegert 2017-11-07 16:51:38 +01:00 committed by Robby Russell
parent 1fca822ab2
commit 63cfade9a4
1 changed files with 1 additions and 1 deletions

View File

@ -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") \