termsupport: protect subshell with quotes

This commit is contained in:
Andrew Janke 2015-10-31 14:53:41 -04:00 committed by Marc Cornellà
commit f0981d564a
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@ zmodload zsh/langinfo
# Returns nonzero if encoding failed.
#
# Usage:
# omz_urlencode [-r] [-m] <string>
# omz_urlencode [-r] [-m] [-P] <string>
#
# -r causes reserved characters (;/?:@&=+$,) to be escaped
#