about summary refs log tree commit diff
path: root/Functions/MIME
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-04-09 21:12:37 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-04-09 21:12:37 +0000
commit82dc72e03462d2f0ebae2f6f4794fbb941cb3c8c (patch)
tree6509d063e5328fac05618bb066ca5c8a17e40a62 /Functions/MIME
parent9c60453969b1be1c2d1011420a8e354c672c0f38 (diff)
downloadzsh-82dc72e03462d2f0ebae2f6f4794fbb941cb3c8c.tar.gz
zsh-82dc72e03462d2f0ebae2f6f4794fbb941cb3c8c.tar.xz
zsh-82dc72e03462d2f0ebae2f6f4794fbb941cb3c8c.zip
22407: zsh-mime-handler now needs NULL_GLOB
Diffstat (limited to 'Functions/MIME')
-rw-r--r--Functions/MIME/zsh-mime-handler2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/MIME/zsh-mime-handler b/Functions/MIME/zsh-mime-handler
index 34082011e..9e736b2cd 100644
--- a/Functions/MIME/zsh-mime-handler
+++ b/Functions/MIME/zsh-mime-handler
@@ -26,7 +26,7 @@
 # it goes horribly wrong.
 
 emulate -L zsh
-setopt extendedglob cbases
+setopt extendedglob cbases nullglob
 
 # We need zformat from zsh/zutil for %s replacement.
 zmodload -i zsh/zutil