From ffabab4e74ae5b7e61550c528b8d19f6af6217e3 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 11 Jul 2008 19:12:22 +0000 Subject: 25276: use autoload -z for zsh-autoload functions --- Completion/Darwin/Type/_retrieve_mac_apps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Darwin/Type') 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)" -- cgit 1.4.1