summaryrefslogtreecommitdiff
path: root/Completion/Darwin
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Darwin')
-rw-r--r--Completion/Darwin/Type/_retrieve_mac_apps2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Darwin/Type/_retrieve_mac_apps b/Completion/Darwin/Type/_retrieve_mac_apps
index c1b05e9f4..f435fde26 100644
--- a/Completion/Darwin/Type/_retrieve_mac_apps
+++ b/Completion/Darwin/Type/_retrieve_mac_apps
@@ -47,7 +47,7 @@ _mac_apps_old_retrieve () {
# Get single file applications
if ! zstyle -t ":completion:${curcontext}:commands" ignore-single; then
- autoload -U zargs
+ autoload -Uz zargs
local app_cand nargs envvars
app_cand=( ${^app_dir}^*.[a-z]#/..namedfork/rsrc(.UrN,.RN^U) )
envvars="$(builtin typeset -x)"