diff options
author | Peter Stephenson <pws@zsh.org> | 2015-10-29 15:01:07 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-10-29 15:01:07 +0000 |
commit | 0628802baf5c9245138db82dd058cad023a7d0ae (patch) | |
tree | bdbc600fe01ccbac2fb1b34814626a53f909c806 /Functions/MIME | |
parent | 9640e9f497e8d78bf0bfa9defc4cfdeba1e7bfae (diff) | |
download | zsh-0628802baf5c9245138db82dd058cad023a7d0ae.tar.gz zsh-0628802baf5c9245138db82dd058cad023a7d0ae.tar.xz zsh-0628802baf5c9245138db82dd058cad023a7d0ae.zip |
37014: Improved internal parameter setting.
Enhance WARNCREATEGLOBAL to work in many more cases. Don't create REPLY as an integer if it didn't previously exist as one, even if the value to be set is integral, as this is likely to mess up later uses of REPLY.
Diffstat (limited to 'Functions/MIME')
-rw-r--r-- | Functions/MIME/zsh-mime-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/MIME/zsh-mime-setup b/Functions/MIME/zsh-mime-setup index 23e44fdc0..35f6e6b6b 100644 --- a/Functions/MIME/zsh-mime-setup +++ b/Functions/MIME/zsh-mime-setup @@ -1,7 +1,7 @@ emulate -L zsh setopt extendedglob cbases -local opt o_verbose o_list +local opt o_verbose o_list i autoload -Uz zsh-mime-handler |