Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: another problem with patterns in zsh-mime-handler
- X-seq: zsh-workers 22407
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: PATCH: another problem with patterns in zsh-mime-handler
- Date: Sun, 09 Apr 2006 21:59:49 +0100
Index: Functions/MIME/zsh-mime-handler
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/MIME/zsh-mime-handler,v
retrieving revision 1.6
diff -u -r1.6 zsh-mime-handler
--- Functions/MIME/zsh-mime-handler 6 Apr 2006 13:11:29 -0000 1.6
+++ Functions/MIME/zsh-mime-handler 9 Apr 2006 20:59:40 -0000
@@ -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
--
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page still at http://www.pwstephenson.fsnet.co.uk/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author