diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Functions/MIME/zsh-mime-handler | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 155018ecb..88eaea491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-09 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 11407: Functions/MIME/zsh-mime-handler: and it needs NULL_GLOB, + too. + 2006-04-06 Peter Stephenson <pws@csr.com> * 22405: Functions/MIME/zsh-mime-handler: pattern matching 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 |