diff options
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/Zle/url-quote-magic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/url-quote-magic b/Functions/Zle/url-quote-magic index 790de43cd..826d26d09 100644 --- a/Functions/Zle/url-quote-magic +++ b/Functions/Zle/url-quote-magic @@ -114,7 +114,7 @@ function url-quote-magic { if [[ "${(Q)LBUFFER}$KEYS" == "${(Q)lbuf}" ]] then local -a words - words=("${(@Q)${(q)=LBUFFER}}") + words=("${(@Q)${(z)lbuf}}") local urlseps urlmetas urlglobbers localschema otherschema if [[ "$words[-1]" == (#b)([^:]##):* ]] then |