From bfcf98a7d31f0842757353ff9ec6813f92f50f80 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 25 Nov 2010 17:42:28 +0000 Subject: Sebastian Stark: users/15581: MacOS has .bundle DLL files. --- Completion/Zsh/Command/_zmodload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Zsh') diff --git a/Completion/Zsh/Command/_zmodload b/Completion/Zsh/Command/_zmodload index c11cf18eb..ffcab28dd 100644 --- a/Completion/Zsh/Command/_zmodload +++ b/Completion/Zsh/Command/_zmodload @@ -62,7 +62,7 @@ else _requested loadedmodules expl 'loaded modules' \ compadd -k 'modules[(R)loaded]' && ret=0 _requested files expl 'module file' \ - _files -W module_path -/g '*.(dll|s[ol])(:r)' && ret=0 + _files -W module_path -/g '*.(dll|s[ol]|bundle)(:r)' && ret=0 _requested aliases expl 'module alias' \ compadd "$suf[@]" -k 'modules[(R)alias*]' && ret=0 done -- cgit 1.4.1