diff options
author | Andrew Janke <andrew@apjanke.net> | 2015-10-31 14:53:41 -0400 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2015-11-27 15:58:06 +0100 |
commit | f0981d564a5f9705cb87c00d746ab73ce7f2ec33 (patch) | |
tree | 069b7aec24f9070a07f7a273d7aff7d504f6aa86 /lib/functions.zsh | |
parent | d2e1c71bfbb24fa6059b75d80c060c9c6b4851fb (diff) | |
download | zsh-f0981d564a5f9705cb87c00d746ab73ce7f2ec33.tar.gz zsh-f0981d564a5f9705cb87c00d746ab73ce7f2ec33.tar.bz2 zsh-f0981d564a5f9705cb87c00d746ab73ce7f2ec33.zip |
termsupport: protect subshell with quotes
Diffstat (limited to 'lib/functions.zsh')
-rw-r--r-- | lib/functions.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/functions.zsh b/lib/functions.zsh index a25855953..8ef3420bb 100644 --- a/lib/functions.zsh +++ b/lib/functions.zsh @@ -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 # |