mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-29 19:00:57 +02:00
22407: zsh-mime-handler now needs NULL_GLOB
This commit is contained in:
parent
9c60453969
commit
82dc72e034
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue