diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-02-14 15:33:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-02-14 15:33:01 +0000 |
commit | c3b79e0f69cc56c208573c72f03d229321dea92c (patch) | |
tree | 58ad85d12a07c7a8e676a337bce08621d1230392 /Functions/Zle/url-quote-magic | |
parent | a6dbc790651f30984427fe2c7a4b52760fdd8561 (diff) | |
download | zsh-c3b79e0f69cc56c208573c72f03d229321dea92c.tar.gz zsh-c3b79e0f69cc56c208573c72f03d229321dea92c.tar.xz zsh-c3b79e0f69cc56c208573c72f03d229321dea92c.zip |
users/16760: make reply local in url-quote-magic for the benefit of styles
Diffstat (limited to 'Functions/Zle/url-quote-magic')
-rw-r--r-- | Functions/Zle/url-quote-magic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/Zle/url-quote-magic b/Functions/Zle/url-quote-magic index ee8b6f62f..c7bb88c5d 100644 --- a/Functions/Zle/url-quote-magic +++ b/Functions/Zle/url-quote-magic @@ -60,6 +60,7 @@ # Use compsys for nested quoting analysis and command parsing. # Establish default values for styles, but only if not already set +local -a reply zstyle -m ':url-quote-magic:\*' url-metas '*' || zstyle ':url-quote-magic:*' url-metas '*?[]^(|)~#{}=' |