about summary refs log tree commit diff
path: root/Functions/Zle
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2012-05-02 13:09:37 +0000
committerMikael Magnusson <mikachu@gmail.com>2012-05-02 13:09:37 +0000
commit150dc9021bcf8a03671424142a9ffbfecd516915 (patch)
tree1d59d0a6ae1eb65db290b13a3b9b87f368c11e7f /Functions/Zle
parentcd1b5d86e0a6ac37e982c6a3b8725fd11076f14c (diff)
downloadzsh-150dc9021bcf8a03671424142a9ffbfecd516915.tar.gz
zsh-150dc9021bcf8a03671424142a9ffbfecd516915.tar.xz
zsh-150dc9021bcf8a03671424142a9ffbfecd516915.zip
30461, 30462 (tweaked): add missing local for match, mbegin and mend
Diffstat (limited to 'Functions/Zle')
-rw-r--r--Functions/Zle/url-quote-magic2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/url-quote-magic b/Functions/Zle/url-quote-magic
index 4e12253e7..fbcc7c19c 100644
--- a/Functions/Zle/url-quote-magic
+++ b/Functions/Zle/url-quote-magic
@@ -60,7 +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
+local -a reply match mbegin mend
 
 zstyle -m ':url-quote-magic:\*' url-metas '*' ||
     zstyle ':url-quote-magic:*' url-metas '*?[]^(|)~#{}='